Summary: | "move folders" doesn't move the folders | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Jiri Palecek <jpalecek> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | null |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Fix of bug - to apply in kdepim/kmail/ |
Description
Jiri Palecek
2009-06-08 14:53:14 UTC
Created attachment 34544 [details]
Fix of bug - to apply in kdepim/kmail/
*** Bug 196514 has been marked as a duplicate of this bug. *** I purpose this correction: in the file mainfolderview.cpp in the function folderToPopupMenu, change the line 246 from: Util::reconnectSignalSlotPair( menu, SIGNAL( triggered( QAction * ) ), target, SLOT( slotCopySelectedFoldersToFolder( QAction* ) ) ); to: Util::reconnectSignalSlotPair( menu, SIGNAL( triggered( QAction * ) ), target, SLOT( slotMoveSelectedFoldersToFolder( QAction* ) ) ); The function "Move" is defined at line 262 but never used. SVN commit 982493 by winterz: Commit Frank's patch for "move folders" doesn't move the folders http://reviewboard.kde.org/r/834 MERGE: e4 BUG: 195670 M +6 -6 mainfolderview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=982493 |