# HG changeset patch # User Mark Doliner # Date 1147053292 0 # Node ID 599c0964c783567512b9708bd5c6ba4347338b49 # Parent 9a3eb318d42d7f4532c8d7624aa49d78dfa1aa93 [gaim-migrate @ 16150] I think this gets rid of an odd assertion failure. I didn't bother to track down exactly what was going on, but I THINK this should fix it. It certainly shouldn't cause any harm. committer: Tailor Script diff -r 9a3eb318d42d -r 599c0964c783 src/gtkstatusbox.c --- a/src/gtkstatusbox.c Sun May 07 21:45:42 2006 +0000 +++ b/src/gtkstatusbox.c Mon May 08 01:54:52 2006 +0000 @@ -1377,10 +1377,10 @@ return; } - activate_currently_selected_status(status_box); - g_source_remove(status_box->typing); status_box->typing = 0; + + activate_currently_selected_status(status_box); gtk_gaim_status_box_refresh(status_box); }