[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kio/misc
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-01-07 15:04:54
Message-ID: 20040107150454.9E91893B8 () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

hide the non working status bar and not fill it with bogus numbers
CCMAIL: 69571-done@bugs.kde.org


  M +4 -4      uiserver.cpp   1.107


--- kdelibs/kio/misc/uiserver.cpp  #1.106:1.107
@@ -594,8 +594,8 @@ UIServer::UIServer()
 
   // setup statusbar
-  statusBar()->insertItem( i18n(" Files: %1 ").arg( 555 ), ID_TOTAL_FILES);
-  statusBar()->insertItem( i18n(" Size: %1 kB ").arg( "134.56" ), ID_TOTAL_SIZE);
+  statusBar()->insertItem( i18n(" Files: %1 ").arg( 0 ), ID_TOTAL_FILES);
+  statusBar()->insertItem( i18n(" Size: %1 kB ").arg( "0" ), ID_TOTAL_SIZE);
   statusBar()->insertItem( i18n(" Time: 00:00:00 "), ID_TOTAL_TIME);
-  statusBar()->insertItem( i18n(" %1 kB/s ").arg("123.34"), ID_TOTAL_SPEED);
+  statusBar()->insertItem( i18n(" %1 kB/s ").arg("0"), ID_TOTAL_SPEED);
 
   // setup listview
@@ -1280,5 +1280,5 @@ void UIServer::readSettings() {
   KConfig config("uiserverrc");
   config.setGroup( "UIServer" );
-  m_showStatusBar=config.readBoolEntry("ShowStatusBar",true);
+  m_showStatusBar=config.readBoolEntry("ShowStatusBar",false);
   m_showToolBar=config.readBoolEntry("ShowToolBar",true);
   m_keepListOpen=config.readBoolEntry("KeepListOpen",false);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic