┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-10-06 18:15:53 +0000
committerPeter Penz <[email protected]>2008-10-06 18:15:53 +0000
commitd89548a828dd7d2e08acd85c329ccc2adf67bced (patch)
treee37db5f0c26cbb3bc1694beb2ff99536a53ca792 /src/dolphinmainwindow.cpp
parent92500f9125b4bedcd80ff4baa36c62c51f26ca70 (diff)
allow to configure whether the zoom slider and/or the space information should be shown in the statusbar
svn path=/trunk/KDE/kdebase/apps/; revision=868596
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
index 48f085e33..f3b9d6228 100644
--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -182,9 +182,9 @@ void DolphinMainWindow::refreshViews()
// the secondary view
DolphinViewContainer* activeViewContainer = m_activeViewContainer;
- m_viewTab[m_tabIndex].primaryView->view()->refresh();
+ m_viewTab[m_tabIndex].primaryView->refresh();
if (m_viewTab[m_tabIndex].secondaryView != 0) {
- m_viewTab[m_tabIndex].secondaryView->view()->refresh();
+ m_viewTab[m_tabIndex].secondaryView->refresh();
}
setActiveViewContainer(activeViewContainer);