Make systray animation work
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 12 Oct 2008 17:32:06 +0000 (19:32 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 12 Oct 2008 18:38:43 +0000 (20:38 +0200)
src/qtui/systraynotificationbackend.cpp

index 1c8b572..296372c 100644 (file)
@@ -58,7 +58,7 @@ void SystrayNotificationBackend::notify(const Notification &notification) {
   if(_showBubble) {
     showBubble();
   }
-  if(_animate && _notifications.count() == 1) {
+  if(_animate) {
     startAnimation();
   }
 }