Bug 101245

Summary: No "Import Missing Signatures From Keyserver" for own key
Product: [Applications] kgpg Reporter: Stephan Binner <binner>
Component: generalAssignee: bj
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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);