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/statusbarspaceinfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/statusbarspaceinfo.cpp') diff --git a/src/statusbarspaceinfo.cpp b/src/statusbarspaceinfo.cpp index ba37a82a5..adcd23d75 100644 --- a/src/statusbarspaceinfo.cpp +++ b/src/statusbarspaceinfo.cpp @@ -56,6 +56,7 @@ void StatusBarSpaceInfo::showEvent(QShowEvent* event) { KCapacityBar::showEvent(event); if (!event->spontaneous()) { + refresh(); m_timer->start(10000); } } -- cgit v1.3