Bug 101245 - No "Import Missing Signatures From Keyserver" for own key
Summary: No "Import Missing Signatures From Keyserver" for own key
Status: RESOLVED FIXED
Alias: None
Product: kgpg
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: bj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 17:29 UTC by Stephan Binner
Modified: 2005-04-05 17:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Binner 2005-03-10 17:29:40 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Compiled From Sources

In the context menu of your own key no "Import Missing Signatures From Keyserver" option is available.
Comment 1 Stephan Binner 2005-04-05 17:31:43 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);