diff options
| author | arnav dhamija <[email protected]> | 2017-01-29 23:31:43 +0530 |
|---|---|---|
| committer | arnav dhamija <[email protected]> | 2017-01-29 23:31:43 +0530 |
| commit | e8a48689431e0fc7b9ae0ed3fd0113227d4b99cb (patch) | |
| tree | afee763e47b95084497e55201f2274389da2bdbd /src/dolphinmainwindow.cpp | |
| parent | 68cda76aa8f552246db136fa61303f9678cea7e7 (diff) | |
Made more changes
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 412d4fb2e..09fc7732b 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -528,11 +528,9 @@ void DolphinMainWindow::toggleSplitStash() { DolphinTabPage* tabPage = m_tabWidget->currentTabPage(); QAction* stashSplit = actionCollection()->action(QStringLiteral("split_stash")); - //stashSplit->setEnabled(false); if (stashSplit->isChecked()) { tabPage->setSplitViewEnabled(false); tabPage->setSplitViewEnabled(true, QUrl("stash:/")); - stashSplit->setChecked(true); } else { tabPage->setSplitViewEnabled(false); } |
