# HG changeset patch # User Daniel Atallah # Date 1128278855 0 # Node ID f67cc134cab4c4f244ab23abf997367d924c0245 # Parent 30947631262d29c7d506612bfd10e59a43c93e2a [gaim-migrate @ 13860] compile committer: Tailor Script diff -r 30947631262d -r f67cc134cab4 plugins/win32/winprefs/winprefs.c --- a/plugins/win32/winprefs/winprefs.c Sun Oct 02 18:28:29 2005 +0000 +++ b/plugins/win32/winprefs/winprefs.c Sun Oct 02 18:47:35 2005 +0000 @@ -283,7 +283,7 @@ wgaim_conv_im_blink (GaimAccount *account, char *sender, char *message, int flags) { GaimConversation *conv; - GaimConvWindow *win; + GaimGtkWindow *win; GtkWidget *window; if (gaim_prefs_get_bool(PREF_IM_BLINK) == FALSE) return; @@ -293,12 +293,12 @@ gaim_debug_info("winprefs", "gar!\n"); return; } - win = gaim_conversation_get_window(conv); + win = gaim_gtkconv_get_window(GAIM_GTK_CONVERSATION(conv)); if (win == NULL) { gaim_debug_info("winprefs", "gar2!\n"); return; } - window = GAIM_GTK_WINDOW(win)->window; + window = win->window; if (MyFlashWindowEx) { FLASHWINFO info;