diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-04 23:36:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-04 23:36:17 +0000 |
commit | 785b5f1b3f36eefeca6e53223e50fd894b0b20a8 (patch) | |
tree | b4b9b220b1935babdf82a39e3e24713af88a49f0 /ChangeLog | |
parent | d6ab77ea700b144e075c61435c34cb865e384e86 (diff) | |
download | gtk+-785b5f1b3f36eefeca6e53223e50fd894b0b20a8.tar.gz |
Improve a string
svn path=/trunk/; revision=20995
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 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-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. + +2008-08-04 Matthias Clasen <mclasen@redhat.com> + * gtk/tests/Makefile.am: Skip crossingevents test when running make check, since it doesn't work on a naked X server. |