summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-12-30 16:15:53 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-12-30 16:15:53 +0000
commit3a316fb562e268e83378a310ad0fdd66690718de (patch)
tree5e06b589e5e25491813a077df1f35792514b10bb /ChangeLog.pre-2-6
parentdb4665b45eb56f02427766e7de5b00943b1a7d98 (diff)
downloadgdk-pixbuf-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-64
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 65468608d..39f790656 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.