diff options
| author | Peter Penz <[email protected]> | 2007-03-16 00:24:56 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-16 00:24:56 +0000 |
| commit | 9ed13b31b458bc4d41c7b1c5bbc472fce3554d8d (patch) | |
| tree | cb55c8b71961d33aee65d96a00ccfb80fd00bf08 /src/dolphinview.cpp | |
| parent | 1cdb64a12bf5e6f3b97d38992799ba6bfbb06ef5 (diff) | |
Let's keep it simple: only offer a basic context menu for the treeview sidebar.
svn path=/trunk/KDE/kdebase/apps/; revision=642982
Diffstat (limited to 'src/dolphinview.cpp')
| -rw-r--r-- | src/dolphinview.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 8f06d3dc8..994f03b6e 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -973,10 +973,7 @@ void DolphinView::openContextMenu(const QPoint& pos) item = fileItem(index); } - DolphinContextMenu contextMenu(m_mainWindow, - item, - url(), - selectedItems()); + DolphinContextMenu contextMenu(m_mainWindow, item, url()); contextMenu.open(); } |
