diff src/gtkconv.c @ 11003:2b772e7094ef

[gaim-migrate @ 12858] Kevin Stange made this patch to remove the win32 flashing from the gaim core and put it the winprefs plugin. He also cleaned up the winprefs plugin quite a bit. Blame him if it doesn't work ;) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 11 Jun 2005 23:29:56 +0000
parents 56cfc50d2a81
children 50224ac8184d
line wrap: on
line diff
--- a/src/gtkconv.c	Sat Jun 11 22:30:08 2005 +0000
+++ b/src/gtkconv.c	Sat Jun 11 23:29:56 2005 +0000
@@ -4297,16 +4297,6 @@
 }
 
 static void
-gaim_gtk_flash(GaimConvWindow *win)
-{
-#ifdef _WIN32
-	GaimGtkWindow *gtkwin = GAIM_GTK_WINDOW(win);
-
-	wgaim_conv_im_blink(gtkwin->window);
-#endif
-}
-
-static void
 gaim_gtk_switch_conversation(GaimConvWindow *win, GaimConversation *conv)
 {
 	GaimGtkWindow *gtkwin;
@@ -4654,7 +4644,6 @@
 	gaim_gtk_show,
 	gaim_gtk_hide,
 	gaim_gtk_raise,
-	gaim_gtk_flash,
 	gaim_gtk_switch_conversation,
 	gaim_gtk_add_conversation,
 	gaim_gtk_remove_conversation,