From kde-commits Mon Nov 29 19:53:23 2004 From: Olivier Goffart Date: Mon, 29 Nov 2004 19:53:23 +0000 To: kde-commits Subject: kdenetwork/kopete/kopete Message-Id: <20041129195323.7E4851B939 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110175801213693 CVS commit by ogoffart: BUG: 91689 Fix Bug 91689: Systray animation of incoming message stops on status change M +6 -0 systemtray.cpp 1.53 --- kdenetwork/kopete/kopete/systemtray.cpp #1.52:1.53 @@ -271,4 +271,10 @@ void KopeteSystemTray::slotConfigChanged void KopeteSystemTray::slotReevaluateAccountStates() { + // If there is a pending message, we don't need to refresh the system tray now. + // This function will even be called when the animation will stop. + if ( mIsBlinking ) + return; + + //kdDebug(14010) << k_funcinfo << endl; bool bOnline = false;