Bug 115568

Summary: paste link in kget taskbar menu
Product: [Applications] kget Reporter: Amir Taaki <genjix>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Amir Taaki 2005-11-02 20:57:05 UTC
Version:           v0.8.4 (using KDE 3.4.1, Gentoo)
Compiler:          gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
OS:                Linux (i686) release 2.6.13-gentoo-r3

it is cool that kget has the autopaste but it would also help is there was a "Paste Link..." or similar option in the rmb click taskbar context menu.
Comment 1 Urs Wolfer 2005-11-02 21:18:57 UTC
SVN commit 477049 by uwolfer:

paste link in trayicon context menu
BUG: 115568


 M  +1 -0      docking.cpp  


--- branches/KDE/3.5/kdenetwork/kget/docking.cpp #477048:477049
@@ -46,6 +46,7 @@
 
     // popup menu for right mouse button
     KPopupMenu *popupMenu = contextMenu();
+    parent->action("paste_transfer")->plug(popupMenu);
     parent->action("drop_target")->plug(popupMenu);
     parent->action("konqueror_integration")->plug(popupMenu);
     popupMenu->insertSeparator();