From 15f50df9f6944bee79d5f81c8ccfc7bc206d9d99 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 20 Jun 2007 20:48:36 +0000 Subject: 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 --- src/dolphindetailsview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphindetailsview.cpp') 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) -- cgit v1.3