Summary: | paste link in kget taskbar menu | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Amir Taaki <genjix> |
Component: | general | Assignee: | 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
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(); |