diff pidgin/win32/gtkwin32dep.c @ 30359:129f973c38b5

Fix a regression in 2.7.0 that caused window flashing not to work on Windows. The sad part is that this change has been sitting in my tree for a couple months. :( Fixes #11842
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 13 May 2010 22:45:19 +0000
parents 80e05718db82
children 80affba7ea0d
line wrap: on
line diff
--- a/pidgin/win32/gtkwin32dep.c	Thu May 13 22:05:59 2010 +0000
+++ b/pidgin/win32/gtkwin32dep.c	Thu May 13 22:45:19 2010 +0000
@@ -327,6 +327,7 @@
 		info.dwFlags = FLASHW_ALL | FLASHW_TIMER;
 	} else
 		info.dwFlags = FLASHW_STOP;
+	FlashWindowEx(&info);
 	info.dwTimeout = 0;
 
 }