┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-01-25 09:00:51 +0000
committerPeter Penz <[email protected]>2010-01-25 09:00:51 +0000
commit11e1ee53bbd5fcce304c491a3bb0b1641cdef4f2 (patch)
treea8d8965596314e7ac38542b099ea890ed88c4d4a /src
parente5eae108ca4511be9dae5f8bb4a4e1fbb0d89c7a (diff)
Now *really' open a new tab if the URL navigator requests it... (the previous commit missed this 2 quite important lines).
CCBUG: 181223 svn path=/trunk/KDE/kdebase/apps/; revision=1079854
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 002551318..fb8143ba3 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -1711,6 +1711,8 @@ void DolphinMainWindow::connectViewSignals(DolphinViewContainer* container)
this, SLOT(updateHistory()));
connect(navigator, SIGNAL(editableStateChanged(bool)),
this, SLOT(slotEditableStateChanged(bool)));
+ connect(navigator, SIGNAL(tabRequested(const KUrl&)),
+ this, SLOT(openNewTab(KUrl)));
}
void DolphinMainWindow::updateSplitAction()