diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-30 16:15:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-30 16:15:53 +0000 |
commit | 3a316fb562e268e83378a310ad0fdd66690718de (patch) | |
tree | 5e06b589e5e25491813a077df1f35792514b10bb /ChangeLog.pre-2-6 | |
parent | db4665b45eb56f02427766e7de5b00943b1a7d98 (diff) | |
download | gtk+-3a316fb562e268e83378a310ad0fdd66690718de.tar.gz |
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)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 65468608d6..39f7906561 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -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. |