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

List:       kde-commits
Subject:    kdenetwork/kget
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-11-23 10:06:06
Message-ID: 20041123100606.D1A3A1747E () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

a working patch available since august and no-one is picking it up? What's
up with kget? No-one cares? ;(
BUG: 84450


  M +9 -8      kmainwidget.cpp   1.106


--- kdenetwork/kget/kmainwidget.cpp  #1.105:1.106
@@ -112,5 +112,5 @@ KMainWidget::KMainWidget(bool bStartDock
     : KGetIface( "KGet-Interface" ),
       KMainWindow(0, "kget mainwindow"),
-      prefDlg( 0L )
+      prefDlg( 0 ), kdock( 0 )
 {
 #ifdef _DEBUG
@@ -2058,4 +2058,5 @@ void KMainWidget::updateStatusBar()
     statusBar()->changeItem(i18n(" %1/s ").arg(KIO::convertSize(totalSpeed)), ID_TOTAL_SPEED);
 
+    if (kdock) {
     tmpstr = i18n(" Transfers: %1 ").arg(myTransferList->childCount()) +
     i18n(" Files: %1 ").arg(totalFiles)+
@@ -2063,5 +2064,5 @@ void KMainWidget::updateStatusBar()
     i18n(" Time: %1 %2/s").arg(remTime.toString()).arg(KIO::convertSize(totalSpeed));
     kdock->updateToolTip( tmpstr );
-
+    }
 #ifdef _DEBUG
     //sDebugOut << endl;


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

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