src/gtkstatusbox.c

changeset 13741
95f148a2c70a
parent 13739
0ced60b137d7
child 13803
4865450fed0a
--- 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);
 }
 

mercurial