--- 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); }