diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-10-24 20:35:55 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-10-24 20:35:55 -0400 |
commit | c46aca463a9d66cf402ec8c3f9f2e2efc98c42ca (patch) | |
tree | a0a62b38b2cebb5e4928cdb9d6f0efd5f126ef93 /gtk/gtksettings.c | |
parent | 627a03683f5f41efbfc86cc0f10e1b7c11e9bb25 (diff) | |
download | gtk+-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.c | 2 |
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", |