From d89548a828dd7d2e08acd85c329ccc2adf67bced Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 6 Oct 2008 18:15:53 +0000 Subject: 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 --- src/dolphinmainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dolphinmainwindow.cpp') 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); -- cgit v1.3