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/dolphinviewcontainer.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinviewcontainer.cpp') diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 342aa08c7..99ff253c2 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -197,6 +197,12 @@ bool DolphinViewContainer::isActive() const return m_view->isActive(); } +void DolphinViewContainer::refresh() +{ + m_view->refresh(); + m_statusBar->refresh(); +} + bool DolphinViewContainer::isFilterBarVisible() const { return m_filterBar->isVisible(); -- cgit v1.3