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

List:       kde-bugs-dist
Subject:    [Bug 107144] system tray icon shows -1 unread articles
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2005-10-08 11:39:39
Message-ID: 20051008113939.25130.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=107144         




------- Additional Comments From frank.osterfeld kdemail net  2005-10-08 13:39 \
------- SVN commit 468516 by osterfeld:

really fix 107144 this time
CCBUG: 107144


 M  +1 -1      trayicon.cpp  


--- branches/KDE/3.5/kdepim/akregator/src/trayicon.cpp #468515:468516
 @ -133,7 +133,7  @
     QToolTip::remove(this);
     QToolTip::add(this, i18n("Akregator - 1 unread article", "Akregator - %n unread \
articles", unread > 0 ? unread : 0));  
-    if (unread == 0)
+    if (unread <= 0)
     {    
         setPixmap(m_defaultIcon);
     }


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

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