| Summary: | No "Import Missing Signatures From Keyserver" for own key | ||
|---|---|---|---|
| Product: | [Applications] kgpg | Reporter: | Stephan Binner <binner> |
| Component: | general | Assignee: | bj |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Stephan Binner
2005-03-10 17:29:40 UTC
CVS commit by binner: Bug 101245: No "Import Missing Signatures From Keyserver" for own key BUG:101245 M +2 -0 listkeys.cpp 1.238.2.1 --- kdeutils/kgpg/listkeys.cpp #1.238:1.238.2.1 @@ -623,4 +623,6 @@ listKeys::listKeys(QWidget *parent, cons setDefaultKey->plug(popupsec); popupsec->insertSeparator(); + importAllSignKeys->plug(popupsec); + popupsec->insertSeparator(); addPhoto->plug(popupsec); addUid->plug(popupsec); |