diff options
| author | Peter Penz <[email protected]> | 2007-11-15 20:41:25 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-11-15 20:41:25 +0000 |
| commit | 8e1f288d3a15dd9a851b12853322422755cb9d2d (patch) | |
| tree | 3bb1f6b02f66ca27b9c484a4b870be0eb7e19c34 /src | |
| parent | f8302197daca5667aa3d4963528ce09e344eb27f (diff) | |
don't add 2 separators inside a 3 item-menu...
svn path=/trunk/KDE/kdebase/apps/; revision=737232
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphincontextmenu.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index 1daf9be48..29feffe34 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -106,11 +106,8 @@ void DolphinContextMenu::openTrashContextMenu() emptyTrashAction->setEnabled(!trashConfig.group("Status").readEntry("Empty", true)); popup->addAction(emptyTrashAction); - popup->addSeparator(); - QAction* addToPlacesAction = popup->addAction(KIcon("folder-bookmarks"), i18nc("@action:inmenu Add current folder to places", "Add to Places")); - popup->addSeparator(); QAction* propertiesAction = m_mainWindow->actionCollection()->action("properties"); popup->addAction(propertiesAction); |
