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

List:       kde-commits
Subject:    branches/KDE/4.3/kdeplasma-addons/applets/microblog
From:       Marco Martin <notmart () gmail ! com>
Date:       2009-10-16 12:13:57
Message-ID: 1255695237.613192.8428.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1036051 by mart:

toUlongLong()
CCBUG:200475


 M  +1 -1      microblog.cpp  


--- branches/KDE/4.3/kdeplasma-addons/applets/microblog/microblog.cpp #1036050:1036051
@@ -383,7 +383,7 @@
         int newCount = 0;
         qulonglong maxId = m_lastTweet;
         foreach (const QString &id, data.keys()) {
-            qulonglong i = id.toULong();
+            qulonglong i = id.toULongLong();
             //kDebug() << i << m_lastTweet;
             if (i > m_lastTweet) {
                 newCount++;
[prev in list] [next in list] [prev in thread] [next in thread] 

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