iaupdate/IAD/bgcindicatorplugin/src/bgcindicator.cpp
changeset 29 26b6f0522fd8
parent 25 98b66e4fb0be
child 33 8110bf1194d1
--- a/iaupdate/IAD/bgcindicatorplugin/src/bgcindicator.cpp	Fri Apr 16 15:05:20 2010 +0300
+++ b/iaupdate/IAD/bgcindicatorplugin/src/bgcindicator.cpp	Mon May 03 12:38:03 2010 +0300
@@ -76,7 +76,7 @@
     case TextRole: 
         {
         QString text("");
-        if ( mNrOfUpdates == 1 )
+        if ( mNrOfUpdates > 0 )
             text.append(QString("Updates available"));
         else
             text.append(QString("Check for updates?"));