From: arnav dhamija Date: Mon, 13 Feb 2017 16:47:00 +0000 (+0530) Subject: Whitespace? X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/f52f9331d07c69ac102e7085477e762abc03e661 Whitespace? --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 8d80d6b9a..afc9d0420 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -528,7 +528,6 @@ void DolphinMainWindow::toggleSplitView() void DolphinMainWindow::toggleSplitStash() { DolphinTabPage* tabPage = m_tabWidget->currentTabPage(); - tabPage->setSplitViewEnabled(false); tabPage->setSplitViewEnabled(true, QUrl("stash:/")); }