summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-10-24 20:35:55 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-10-24 20:35:55 -0400
commitc46aca463a9d66cf402ec8c3f9f2e2efc98c42ca (patch)
treea0a62b38b2cebb5e4928cdb9d6f0efd5f126ef93 /gtk/gtksettings.c
parent627a03683f5f41efbfc86cc0f10e1b7c11e9bb25 (diff)
downloadgtk+-c46aca463a9d66cf402ec8c3f9f2e2efc98c42ca.tar.gz
Respect deprecated button images setting
I have been convinced that it is a bad idea to change the behaviour at the same time as deprecating it, so go back to respecting the Gtk/ButtonImages xsetting in buttons created with gtk_button_new_from_stock() when it is set. The setting as well as the function are still deprecated, and the default value of the setting will remain FALSE.
Diffstat (limited to 'gtk/gtksettings.c')
-rw-r--r--gtk/gtksettings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index e9549da763..140d15bc90 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -1304,7 +1304,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
*
* Since: 2.4
*
- * Deprecated: 3.10: This setting is ignored
+ * Deprecated: 3.10: This setting is deprecated
*/
result = settings_install_property_parser (class,
g_param_spec_boolean ("gtk-button-images",