# HG changeset patch # User Sean Egan # Date 1165371328 0 # Node ID c18c02aeb366bf0c3f077d58c096c7bffd3719e9 # Parent 4a8c368df4ea2024ea5f4e0e40f1db2e2084cf4c [gaim-migrate @ 17900] bugfix committer: Tailor Script diff -r 4a8c368df4ea -r c18c02aeb366 gtk/gtkstatusbox.c --- a/gtk/gtkstatusbox.c Wed Dec 06 01:29:59 2006 +0000 +++ b/gtk/gtkstatusbox.c Wed Dec 06 02:15:28 2006 +0000 @@ -1406,7 +1406,7 @@ if (ewidget != status_box->tree_view) { if (ewidget == status_box->toggle_button && - !status_box->popup_in_progress && + status_box->popup_in_progress && gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (status_box->toggle_button))) { gaim_gtk_status_box_popdown (status_box); return TRUE;