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

List:       kde-commits
Subject:    extragear/plasma/applets/twitter
From:       Andre Duffeck <andre () duffeck ! de>
Date:       2008-02-14 12:45:29
Message-ID: 1202993129.985525.17872.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 774931 by duffeck:

only report the number of new tweets that is actually shown.


 M  +1 -1      twitter.cpp  


--- trunk/extragear/plasma/applets/twitter/twitter.cpp #774930:774931
@@ -249,7 +249,7 @@
             }
         }
         m_lastTweet = maxId;
-        m_flash->flash( i18n("%1 new tweets", newCount), 20*1000 );
+        m_flash->flash( i18n("%1 new tweets", qMin(newCount, m_historySize) ), 20*1000 );
         showTweets();
     } else if (source == "LatestImage") {
         QString user = data.begin().key();
[prev in list] [next in list] [prev in thread] [next in thread] 

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