From: arnav dhamija Date: Tue, 27 Sep 2016 05:25:35 +0000 (+0530) Subject: need to fix async conditions X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/3e32ee5e8cfd4fd6ffc5b3a9cd14f5ab967eb8c6 need to fix async conditions --- diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index ea4ff0525..cb230454d 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1469,6 +1469,7 @@ void DolphinMainWindow::connectViewSignals(DolphinViewContainer* container) void DolphinMainWindow::updateSplitAction() { QAction* splitAction = actionCollection()->action(QStringLiteral("split_view")); + QAction* stashSplit = actionCollection()->action(QStringLiteral("stash_split")); const DolphinTabPage* tabPage = m_tabWidget->currentTabPage(); if (tabPage->splitViewEnabled()) { if (tabPage->primaryViewActive()) {