mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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:
parent
e5eae108ca
commit
11e1ee53bb
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue