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.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to