┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontroller.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-06-19 18:58:30 +0000
committerPeter Penz <[email protected]>2007-06-19 18:58:30 +0000
commiteaa0ff560b273d785d8f7524bc3ddc597ba14d96 (patch)
tree867d21cdcf1a42fcbcb72f764896e1409368c5d8 /src/dolphincontroller.cpp
parentf9f4dbf005f63d9e1d14acbe21beab6e0fc26b36 (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/dolphincontroller.cpp')
-rw-r--r--src/dolphincontroller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp
index 1831c15c3..413152522 100644
--- a/src/dolphincontroller.cpp
+++ b/src/dolphincontroller.cpp
@@ -34,10 +34,10 @@ DolphinController::~DolphinController()
{
}
-void DolphinController::triggerContextMenuRequest(const QPoint& pos)
+void DolphinController::triggerContextMenuRequest(const QPoint& pos, const KUrl& url)
{
emit activated();
- emit requestContextMenu(pos);
+ emit requestContextMenu(pos, url);
}
void DolphinController::triggerActivation()