]> cloud.milkyroute.net Git - dolphin.git/commitdiff
last commit for this day: I think I was quite tired when I wrote the code...
authorPeter Penz <peter.penz19@gmail.com>
Sun, 18 Mar 2007 20:04:07 +0000 (20:04 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sun, 18 Mar 2007 20:04:07 +0000 (20:04 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=643925

src/dolphincontextmenu.cpp

index b25ff55a16c349c58a9fa920e5fec88e9bd4c2c1..c9028862da5e6b1e3580df2c881d34b1f9c2d403 100644 (file)
@@ -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");