From: Peter Penz Date: Sun, 18 Mar 2007 20:04:07 +0000 (+0000) Subject: last commit for this day: I think I was quite tired when I wrote the code... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/1ad1a5cb184be3d17267bdc81d573850a00c7362?ds=inline last commit for this day: I think I was quite tired when I wrote the code... svn path=/trunk/KDE/kdebase/apps/; revision=643925 --- diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index b25ff55a1..c9028862d 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -377,7 +377,7 @@ void DolphinContextMenu::insertDefaultItemActions(KMenu* popup) QAction* renameAction = 0; if (insertSidebarActions) { renameAction = new QAction(i18n("Rename"), this); - connect(renameAction, SIGNAL(triggered()), this, SLOT(paste())); + connect(renameAction, SIGNAL(triggered()), this, SLOT(rename())); } else { renameAction = collection->action("rename");