summaryrefslogtreecommitdiff
path: root/src/urltreeview.cpp
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-04-03 23:13:10 +0200
committerYoann Laissus <yoann.laissus@gmail.com>2010-04-03 23:13:10 +0200
commit5229b51d6199227e7c7351e167d47c50cbc39f8d (patch)
tree31c13a61e1fbd48d4348658f6bfde0660d80773a /src/urltreeview.cpp
parent- Add the control modifier support for back, next and home actions and for th... (diff)
downloadrekonq-5229b51d6199227e7c7351e167d47c50cbc39f8d.tar.xz
Use SettingsOpenTab for UrlTreeView to
Diffstat (limited to 'src/urltreeview.cpp')
-rw-r--r--src/urltreeview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urltreeview.cpp b/src/urltreeview.cpp
index b8be9dd2..aeaef2f7 100644
--- a/src/urltreeview.cpp
+++ b/src/urltreeview.cpp
@@ -96,7 +96,7 @@ void UrlTreeView::mouseReleaseEvent(QMouseEvent *event)
return;
if(event->button() == Qt::MidButton || event->modifiers() == Qt::ControlModifier)
- validOpenUrl(qVariantValue< KUrl >(index.data(Qt::UserRole)), Rekonq::NewCurrentTab);
+ validOpenUrl(qVariantValue< KUrl >(index.data(Qt::UserRole)), Rekonq::SettingOpenTab);
else if(event->button() == Qt::LeftButton)
{