From kde-commits Tue Oct 07 23:30:23 2003 From: Antonio Larrosa Jimenez Date: Tue, 07 Oct 2003 23:30:23 +0000 To: kde-commits Subject: kdenetwork/kopete/kopete X-MARC-Message: https://marc.info/?l=kde-commits&m=106556945723034 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() )