CVS commit by antlarr: On a conference two weekends ago, I was asked for this by two users who literally "needed it in order to use Kopete in a useful way". It seems they have hundreds of contacts, so the balloons are too intrusive, and the icon blinking is not enough. I implemented this for them and they said it was exactly what they needed, so I think it should be in the next release, and I don't think it needs to be configurable. CCMAIL:Martijn Klingens M +5 -0 systemtray.cpp 1.28 --- kdenetwork/kopete/kopete/systemtray.cpp #1.27:1.28 @@ -198,4 +198,9 @@ void KopeteSystemTray::slotNewEvent(Kope addBalloon(); +#if KDE_IS_VERSION( 3, 1, 90 ) + // Demands the attention of the user + KWin::demandAttention( topLevelWidget()->winId(), true ); +#endif + //flash if ( KopetePrefs::prefs()->trayflashNotify() )