[Konversation-devel] [Bug 133147] completed/aborted files in the DCC status list show a speed of "?"

Shintaro Matsuoka shin at shoegazed.org
Mon Aug 28 21:00:10 CEST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=133147         
shin shoegazed org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From shin shoegazed org  2006-08-28 21:00 -------
SVN commit 578242 by shin:

don't show "?" in CPS column in DCC panel for the consitency with "remaining" column.
BUG: 133147

 M  +1 -1      dcctransfer.cpp  


--- trunk/extragear/network/konversation/src/dcctransfer.cpp #578241:578242
 @ -477,7 +477,7  @
 QString DccTransfer::getCPSPrettyText() const
 {
     if ( m_cps == CPS_UNKNOWN )
-        return QString( "?" );
+        return QString();
     else
         return i18n("%1/sec").arg( KIO::convertSize( (KIO::fileoffset_t)m_cps ) );
 }


More information about the Konversation-devel mailing list