]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincontextmenu.cpp
Converted to the standard mimetype names
[dolphin.git] / 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");