changeset 15114:c18c02aeb366

[gaim-migrate @ 17900] bugfix committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 06 Dec 2006 02:15:28 +0000
parents 4a8c368df4ea
children 6cb9996fcc97
files gtk/gtkstatusbox.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;