]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Changed the behaviour when middle clicking folders in places- and folders-dockwidget...
authorEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Sat, 18 Aug 2012 09:14:09 +0000 (11:14 +0200)
committerEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Thu, 23 Aug 2012 19:14:56 +0000 (21:14 +0200)
BUG: 196263
REVIEW: 106069

src/dolphinmainwindow.cpp

index f3d23d6862236c6726587f96a98508ba981ee751..d83c9de031e8f85509cac233cd01892e80990f40 100644 (file)
@@ -1704,7 +1704,7 @@ void DolphinMainWindow::setupDockWidgets()
     connect(foldersPanel, SIGNAL(folderActivated(KUrl)),
             this, SLOT(changeUrl(KUrl)));
     connect(foldersPanel, SIGNAL(folderMiddleClicked(KUrl)),
-            this, SLOT(openNewActivatedTab(KUrl)));
+            this, SLOT(openNewTab(KUrl)));
     connect(foldersPanel, SIGNAL(errorMessage(QString)),
             this, SLOT(slotPanelErrorMessage(QString)));
 
@@ -1756,7 +1756,7 @@ void DolphinMainWindow::setupDockWidgets()
     connect(placesPanel, SIGNAL(placeActivated(KUrl)),
             this, SLOT(changeUrl(KUrl)));
     connect(placesPanel, SIGNAL(placeMiddleClicked(KUrl)),
-            this, SLOT(openNewActivatedTab(KUrl)));
+            this, SLOT(openNewTab(KUrl)));
     connect(placesPanel, SIGNAL(errorMessage(QString)),
             this, SLOT(slotPanelErrorMessage(QString)));
     connect(this, SIGNAL(urlChanged(KUrl)),