]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
Some minor polishing: use a grid for the icons view, give the toggle button of the...
[dolphin.git] / src / dolphinmainwindow.cpp
index 262bc8558f9f8891a0fa33d5f92d8b3ef47d8a5e..b59f65f2c90d92b526d436a189c1b149a59108be 100644 (file)
@@ -173,7 +173,7 @@ void DolphinMainWindow::dropUrls(const KUrl::List& urls,
         else if (activatedAction == linkAction) {\r
             action = Qt::LinkAction;\r
         }\r
-        else if (activatedAction == cancelAction) {\r
+        else {\r
             return;\r
         }\r
     }\r
@@ -702,6 +702,7 @@ void DolphinMainWindow::toggleSplitView()
             setActiveView(m_view[PrimaryIdx]);\r
         }\r
     }\r
+    emit activeViewChanged();\r
 }\r
 \r
 void DolphinMainWindow::reloadView()\r