┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-20 20:48:36 +0000
committerPeter Penz <[email protected]>2007-06-20 20:48:36 +0000
commit15f50df9f6944bee79d5f81c8ccfc7bc206d9d99 (patch)
treebc1a7313f6ef5062422501f83f82fd879fa1c60a /src/dolphindetailsview.cpp
parentcd780167c3921d3803d60f58564d2446325dd599 (diff)
don't pass a custom viewport URL to the context menu anymore, as this cannot work together with the menu actions
svn path=/trunk/KDE/kdebase/apps/; revision=678175
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 3672fe18c..ba82fc901 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -150,7 +150,7 @@ QStyleOptionViewItem DolphinDetailsView::viewOptions() const
void DolphinDetailsView::contextMenuEvent(QContextMenuEvent* event)
{
QTreeView::contextMenuEvent(event);
- m_controller->triggerContextMenuRequest(event->pos(), m_controller->url());
+ m_controller->triggerContextMenuRequest(event->pos());
}
void DolphinDetailsView::mousePressEvent(QMouseEvent* event)