Bug 115568 - paste link in kget taskbar menu
Summary: paste link in kget taskbar menu
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-02 20:57 UTC by Amir Taaki
Modified: 2005-11-02 21:18 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 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();