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

List:       kde-bugs-dist
Subject:    [Bug 122561] iPod/last.fm interaction causes misleading statusbar
From:       Martin Aumueller <aumuell () reserv ! at>
Date:       2006-02-28 23:27:09
Message-ID: 20060228232709.10697.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=122561         




------- Additional Comments From aumuell reserv at  2006-03-01 00:27 -------
SVN commit 514664 by aumuell:

also show notification about tracks remaining to be submitted to last.fm if only \
                tracks from media device are still queued
CCBUG: 122561


 M  +3 -2      scrobbler.cpp  


--- trunk/extragear/multimedia/amarok/src/scrobbler.cpp #514663:514664
 @ -1033,10 +1033,11  @
         }
     }
 
-    if ( m_submitQueue.count() > 0 )
+    if ( m_submitQueue.count() + m_fakeQueue.count() > 0 )
     {
         _long += "<p>";
-        _long += i18n( "One track still in queue", "%n tracks still in queue", \
m_submitQueue.count() + m_fakeQueue.count() ); +        _long += i18n( "One track \
still in queue", "%n tracks still in queue", +                m_submitQueue.count() + \
m_fakeQueue.count() );  }
 
     amaroK::StatusBar::instance()->shortLongMessage( _short, _long );


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

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