diff options
| author | Peter Penz <[email protected]> | 2007-03-18 19:58:58 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-18 19:58:58 +0000 |
| commit | c636d3e0edb3d6b84e492950c85ff8678ae5b1e4 (patch) | |
| tree | 985df9dd6c669637b4c2113ea50744821e4403be /src | |
| parent | 6bd958c1d7879a8cfc729797404bf199e98b0a9b (diff) | |
assigning the rename-action might make sense ;-)
svn path=/trunk/KDE/kdebase/apps/; revision=643921
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphincontextmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index be21b284b..b25ff55a1 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -380,7 +380,7 @@ void DolphinContextMenu::insertDefaultItemActions(KMenu* popup) connect(renameAction, SIGNAL(triggered()), this, SLOT(paste())); } else { - collection->action("rename"); + renameAction = collection->action("rename"); } popup->addAction(renameAction); |
