summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-08-04 23:40:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-04 23:40:36 +0000
commit7d85757776f42ce6214b617d4cc42eb9fcbd3e4a (patch)
tree077c66d300c91ca43f0816813ff3f765a7eb9d93 /ChangeLog
parentb97d6816c892a4124668b3d67f5910a39f15ea40 (diff)
downloadgtk+-7d85757776f42ce6214b617d4cc42eb9fcbd3e4a.tar.gz
Bug 382291 – Automatically dim the combobox when the model is empty
2008-08-04 Matthias Clasen <mclasen@redhat.com> Bug 382291 – Automatically dim the combobox when the model is empty * gtk/gtk.symbols: * gtkcombobox.[hc]: Add a GtkComboBox::button-sensitivity property with getter and setter to control the sensitity of empty combo boxes. Patch by Carlos Garnacho, Sven Herzberg, Christian Dywan and others. * README.in: Add a note about automatic combobox sensitivity. svn path=/trunk/; revision=20997
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ec0758c23..6f5f0e60ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,13 @@
-2008-08-05 Tor Lillqvist <tml@novell.com>
-
- * gtk/updateiconcache.c (write_bucket): Enclose ?: expression
- with parens so cast covers all of it.
-
2008-08-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksettings.c: Improve a setting nick: 'aureal' is not really
a word, use 'audible' instead.
+2008-08-05 Tor Lillqvist <tml@novell.com>
+
+ * gtk/updateiconcache.c (write_bucket): Enclose ?: expression
+ with parens so cast covers all of it.
+
2008-08-04 Matthias Clasen <mclasen@redhat.com>
Bug 382291 – Automatically dim the combobox when the model is empty