plugins/win32/winprefs/winprefs.c

changeset 12913
41d558b6f119
parent 12816
5f93e09fa9a6
child 13293
fb00915c7c47
--- a/plugins/win32/winprefs/winprefs.c	Tue Jan 17 15:43:55 2006 +0000
+++ b/plugins/win32/winprefs/winprefs.c	Tue Jan 17 16:12:44 2006 +0000
@@ -280,15 +280,14 @@
 /* FlashWindowEx is only supported by Win98+ and WinNT5+. If it's
    not supported we do it our own way */
 static void
-wgaim_conv_im_blink (GaimAccount *account, char *sender, char *message, int flags)
+wgaim_conv_im_blink (GaimAccount *account, char *sender, char *buffer,
+					 GaimConversation *conv, int flags, void * data)
 {
-	GaimConversation *conv;
 	GaimGtkWindow *win;
 	GtkWidget *window;
 	if (gaim_prefs_get_bool(PREF_IM_BLINK) == FALSE)
 		return;
 
-	conv = gaim_find_conversation_with_account(GAIM_CONV_TYPE_IM, sender, account);
 	if (conv == NULL) {
 	  gaim_debug_info("winprefs", "gar!\n");
 	  return;

mercurial