diff options
| author | Peter Penz <[email protected]> | 2007-06-19 18:58:30 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-19 18:58:30 +0000 |
| commit | eaa0ff560b273d785d8f7524bc3ddc597ba14d96 (patch) | |
| tree | 867d21cdcf1a42fcbcb72f764896e1409368c5d8 /src/dolphiniconsview.cpp | |
| parent | f9f4dbf005f63d9e1d14acbe21beab6e0fc26b36 (diff) | |
when requesting a context menu provide a URL for the viewport, because in the column view this URL can differ from the navigator URL
svn path=/trunk/KDE/kdebase/apps/; revision=677704
Diffstat (limited to 'src/dolphiniconsview.cpp')
| -rw-r--r-- | src/dolphiniconsview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp index d2bac6b13..4a3bdfbbe 100644 --- a/src/dolphiniconsview.cpp +++ b/src/dolphiniconsview.cpp @@ -103,7 +103,7 @@ QStyleOptionViewItem DolphinIconsView::viewOptions() const void DolphinIconsView::contextMenuEvent(QContextMenuEvent* event) { KListView::contextMenuEvent(event); - m_controller->triggerContextMenuRequest(event->pos()); + m_controller->triggerContextMenuRequest(event->pos(), m_controller->url()); } void DolphinIconsView::mousePressEvent(QMouseEvent* event) |
