┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/statusbarspaceinfo.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/statusbarspaceinfo.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/statusbarspaceinfo.cpp')
-rw-r--r--src/statusbarspaceinfo.cpp1
1 files changed, 1 insertions, 0 deletions
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);
}
}