[Bug 195670] "move folders" doesn't move the folders

Maurel guy-kde at maurel.de
Mon Jun 15 17:56:00 BST 2009


https://bugs.kde.org/show_bug.cgi?id=195670





--- Comment #3 from Maurel <guy-kde maurel de>  2009-06-15 18:55:57 ---
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.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list