diff options
| author | Elvis Angelaccio <[email protected]> | 2016-10-04 17:30:51 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2016-10-04 17:30:51 +0200 |
| commit | 0e5e43aa9d84b2a38db99c469de91e4de8017fc7 (patch) | |
| tree | d59dea0827a9b8cddc7277e8f2eaf91ed5fe1e75 /src/dolphinmainwindow.cpp | |
| parent | 3775ef19eaca057985b92cfa3716d3c3a1d22f0f (diff) | |
Hide message widgets only when reloading the view
Otherwise an error message might be hidden before it's even shown.
BUG: 357651
FIXED-IN: 16.08.2
REVIEW: 129061
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 34008b5eb..e729ce972 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -526,7 +526,7 @@ void DolphinMainWindow::toggleSplitView() void DolphinMainWindow::reloadView() { clearStatusBar(); - m_activeViewContainer->view()->reload(); + m_activeViewContainer->reload(); } void DolphinMainWindow::stopLoading() |
