# HG changeset patch # User Richard Laager # Date 1136871680 0 # Node ID ebef62bc831a5b009a15311e0124d0bd0d1f989f # Parent 2415368bdd1da8dca4964c3f22cdf0044a69b000 [gaim-migrate @ 15153] Sadrul fixed the docklet-wouldn't-stop-blinking bug I was hitting after his last patch. Thanks, Sadrul. committer: Tailor Script diff -r 2415368bdd1d -r ebef62bc831a src/gtkconv.c --- a/src/gtkconv.c Tue Jan 10 05:24:45 2006 +0000 +++ b/src/gtkconv.c Tue Jan 10 05:41:20 2006 +0000 @@ -6505,8 +6505,9 @@ GAIM_CALLBACK(update_chat), NULL); gaim_signal_connect(gaim_conversations_get_handle(), "chat-topic-changed", handle, GAIM_CALLBACK(update_chat_topic), NULL); - gaim_signal_connect(gaim_conversations_get_handle(), "conversation-updated", handle, - GAIM_CALLBACK(gaim_gtkconv_updated), NULL); + gaim_signal_connect_priority(gaim_conversations_get_handle(), "conversation-updated", handle, + GAIM_CALLBACK(gaim_gtkconv_updated), NULL, + GAIM_SIGNAL_PRIORITY_LOWEST); } void @@ -6703,7 +6704,7 @@ gtkconv->unseen_state = state; } - gaim_gtkconv_update_fields(gtkconv->active_conv, GAIM_GTKCONV_COLORIZE_TITLE); + gaim_conversation_update(gtkconv->active_conv, GAIM_CONV_UPDATE_UNSEEN); } /*