# HG changeset patch # User Sadrul Habib Chowdhury # Date 1178047942 0 # Node ID d9377d6b9e7c44cf2ddb5e868482f8b33b67a265 # Parent a836be6f3b3a9636df057e8571d92e441579d70c I believe this fixes #439. diff -r a836be6f3b3a -r d9377d6b9e7c pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Tue May 01 16:50:52 2007 +0000 +++ b/pidgin/gtkstatusbox.c Tue May 01 19:32:22 2007 +0000 @@ -2467,7 +2467,6 @@ { gtk_widget_hide_all(status_box->vbox); activate_currently_selected_status(status_box); /* This is where we actually set the status */ - return; } } pidgin_status_box_refresh(status_box);