Fix state propagation when making an insensitive combo box sensitive

2004-12-30  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Fix
	state propagation when making an insensitive combo box sensitive
	again.  (#162524, Carlos Garnacho Parro)
This commit is contained in:
Matthias Clasen
2004-12-30 16:15:53 +00:00
committed by Matthias Clasen
parent db4665b45e
commit 3a316fb562
5 changed files with 25 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2004-12-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Fix
state propagation when making an insensitive combo box sensitive
again. (#162524, Carlos Garnacho Parro)
* gtk/gtkfilechooserdefault.c: Use secondary text for error
dialogs.