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/dolphincontroller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphincontroller.cpp') diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 413152522..1831c15c3 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -34,10 +34,10 @@ DolphinController::~DolphinController() { } -void DolphinController::triggerContextMenuRequest(const QPoint& pos, const KUrl& url) +void DolphinController::triggerContextMenuRequest(const QPoint& pos) { emit activated(); - emit requestContextMenu(pos, url); + emit requestContextMenu(pos); } void DolphinController::triggerActivation() -- cgit v1.3