| 375 g_object_set_data(G_OBJECT(window), "flash_stop_handler_id", GUINT_TO_POINTER(handler_id)); |
375 g_object_set_data(G_OBJECT(window), "flash_stop_handler_id", GUINT_TO_POINTER(handler_id)); |
| 376 } |
376 } |
| 377 } |
377 } |
| 378 |
378 |
| 379 static gboolean |
379 static gboolean |
| 380 winpidgin_conv_im_blink(PurpleAccount *account, const char *who, char **message, |
380 winpidgin_conv_im_blink(PurpleConversation *conv, PurpleMessage *pmsg) |
| 381 PurpleConversation *conv, PurpleMessageFlags flags, void *data) |
|
| 382 { |
381 { |
| 383 if (purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/win32/blink_im")) |
382 if (purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/win32/blink_im")) |
| 384 winpidgin_conv_blink(conv, flags); |
383 winpidgin_conv_blink(conv, flags); |
| 385 return FALSE; |
384 return FALSE; |
| 386 } |
385 } |