*** empty log message ***

svn path=/trunk/; revision=21139
This commit is contained in:
Ettore Perazzoli
2003-05-09 16:34:04 +00:00
parent f6038b72aa
commit bcbf0b3fb2
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -1,3 +1,10 @@
2003-05-08 Ettore Perazzoli <ettore@ximian.com>
* e-combo-button.c (menu_deactivate_callback): Set in_button to
FALSE; this makes sure the button gets the right appearance after
the menu is popped down (the reason why this is necessary is that
the widget doesn't never gets to the leave_notify event).
2003-05-07 JP Rosevear <jpr@ximian.com>
* e-search-bar.c (e_search_bar_set_text): trash e_utf8_gtk function
+1
View File
@@ -213,6 +213,7 @@ menu_deactivate_callback (GtkMenuShell *menu_shell,
priv->menu_popped_up = FALSE;
GTK_BUTTON (combo_button)->button_down = FALSE;
GTK_BUTTON (combo_button)->in_button = FALSE;
gtk_button_leave (GTK_BUTTON (combo_button));
gtk_button_clicked (GTK_BUTTON (combo_button));
}