From 1ad1a5cb184be3d17267bdc81d573850a00c7362 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 18 Mar 2007 20:04:07 +0000 Subject: [PATCH] last commit for this day: I think I was quite tired when I wrote the code... svn path=/trunk/KDE/kdebase/apps/; revision=643925 --- src/dolphincontextmenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index b25ff55a16..c9028862da 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");