Instead of flashing the taskbar continuously, flash it three times and leave it highlighted. Fixes #117.

Sun, 13 May 2007 05:27:54 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Sun, 13 May 2007 05:27:54 +0000
changeset 17110
c1e593033fad
parent 17109
8ce3b7c451f1
child 17111
d7ecc0f69a5c

Instead of flashing the taskbar continuously, flash it three times and leave it highlighted. Fixes #117.

pidgin/win32/gtkwin32dep.c file | annotate | diff | comparison | revisions
--- a/pidgin/win32/gtkwin32dep.c	Sun May 13 05:26:38 2007 +0000
+++ b/pidgin/win32/gtkwin32dep.c	Sun May 13 05:27:54 2007 +0000
@@ -282,6 +282,7 @@
 		info.cbSize = sizeof(FLASHWINFO);
 		info.hwnd = GDK_WINDOW_HWND(gdkwin);
 		if (flash) {
+			info.uCount = 3;
 			info.dwFlags = FLASHW_ALL | FLASHW_TIMER;
 		} else
 			info.dwFlags = FLASHW_STOP;

mercurial