diff options
author | Matthias Clasen <mclasen@redhat.com> | 2008-08-04 23:40:36 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-04 23:40:36 +0000 |
commit | 7d85757776f42ce6214b617d4cc42eb9fcbd3e4a (patch) | |
tree | 077c66d300c91ca43f0816813ff3f765a7eb9d93 /ChangeLog | |
parent | b97d6816c892a4124668b3d67f5910a39f15ea40 (diff) | |
download | gtk+-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-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |