]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
Now *really' open a new tab if the URL navigator requests it... (the previous commit...
[dolphin.git] / src / dolphinmainwindow.cpp
index 00255131849e9846faf4fd78a8dcc836c00e2b0f..fb8143ba389d803f9f603dd278349570563eea07 100644 (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()