changeset 13739:599c0964c783

[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 <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 May 2006 01:54:52 +0000
parents 9a3eb318d42d
children b51db12351b9
files src/gtkstatusbox.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }