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
This commit is contained in:
Peter Penz 2010-01-25 09:00:51 +00:00
parent e5eae108ca
commit 11e1ee53bb

View file

@ -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()