]> Pileus Git - ~andy/gtk/commitdiff
Improve a string
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Aug 2008 23:36:17 +0000 (23:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Aug 2008 23:36:17 +0000 (23:36 +0000)
svn path=/trunk/; revision=20995

ChangeLog
gtk/gtksettings.c

index 9362d9c1586b1d2d8df9ff2138eca93c55159bc1..a6a10c45ce74c9c414518f42e7cb2eb4691d8868 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+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
index 24f9de3cc7b1d131402e1755e76e04f660698063..3fd7f8cf4f6b333db98c8088a0843f5382bc2b0d 100644 (file)
@@ -913,7 +913,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
   result = settings_install_property_parser (class,
                                              g_param_spec_boolean ("gtk-enable-input-feedback-sounds",
                                                                    /* Translators: this means sounds that are played as feedback to user input */
-                                                                  P_("Aureal Input Feedback"),
+                                                                  P_("Audible Input Feedback"),
                                                                   P_("Whether to play event sounds as feedback to user input"),
                                                                   TRUE,
                                                                   GTK_PARAM_READWRITE),