diff options
| author | Kai Uwe Broulik <[email protected]> | 2016-10-28 13:42:28 +0200 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2016-10-28 13:42:28 +0200 |
| commit | bffb1c4d60694a63561e7063b8895d035ba52564 (patch) | |
| tree | 9296a148f8b9c45548ac39337ffea91fa3d18b64 /src/dolphinmainwindow.cpp | |
| parent | 57a19efe93dd1e899c3e2e061ebca84d1e90ce46 (diff) | |
| parent | 95e1505c9f01bdae2c1157be1bb6fa5b991c8fd4 (diff) | |
Merge branch 'Applications/16.08'
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 3a23bfa3c..e5103fd42 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -527,7 +527,7 @@ void DolphinMainWindow::toggleSplitView() void DolphinMainWindow::reloadView() { clearStatusBar(); - m_activeViewContainer->view()->reload(); + m_activeViewContainer->reload(); } void DolphinMainWindow::stopLoading() |
