# HG changeset patch # User Stu Tomlinson # Date 1180032051 0 # Node ID 591d6c3e9f1fc1ffcbf5877286b160bf89a81b51 # Parent da6e87c14cea8838c00b325723da60e111c07341 Stop the typing icon timer before switching conversations so the typing icon correctly resumes animation when switching back to the conversation. diff -r da6e87c14cea -r 591d6c3e9f1f pidgin/gtkconv.c --- a/pidgin/gtkconv.c Thu May 24 11:38:43 2007 +0000 +++ b/pidgin/gtkconv.c Thu May 24 18:40:51 2007 +0000 @@ -7714,6 +7714,11 @@ gtkconv = PIDGIN_CONVERSATION(conv); + if (gtkconv->u.im->typing_timer != 0) { + g_source_remove(gtkconv->u.im->typing_timer); + gtkconv->u.im->typing_timer = 0; + } + stop_anim(NULL, gtkconv); } static void