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;