From: Peter Penz Date: Mon, 25 Jan 2010 09:00:51 +0000 (+0000) Subject: Now *really' open a new tab if the URL navigator requests it... (the previous commit... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/11e1ee53bbd5fcce304c491a3bb0b1641cdef4f2 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 --- 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()