*** empty log message ***
svn path=/trunk/; revision=21139
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user