┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-03-18 20:04:07 +0000
committerPeter Penz <[email protected]>2007-03-18 20:04:07 +0000
commit1ad1a5cb184be3d17267bdc81d573850a00c7362 (patch)
tree881c802a5f9fe6ef4d1a817bc99da081f5e4dd7b /src
parentc636d3e0edb3d6b84e492950c85ff8678ae5b1e4 (diff)
last commit for this day: I think I was quite tired when I wrote the code...
svn path=/trunk/KDE/kdebase/apps/; revision=643925
Diffstat (limited to 'src')
-rw-r--r--src/dolphincontextmenu.cpp2
1 files changed, 1 insertions, 1 deletions
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");