From 3a15aa2a957b7a4fc5ecdb21d800b2e81bb2ea47 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 16 Feb 2016 15:49:23 +0100 Subject: [PATCH] Add -gtk-image-effect alias for -gtk-icon-effect The property name was changed in 2396265523dfc6. This makes sure apps using it don't break and get a helpful warning instead. --- gtk/gtkcssstylepropertyimpl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c index cee8e27c26..c344d3f37d 100644 --- a/gtk/gtkcssstylepropertyimpl.c +++ b/gtk/gtkcssstylepropertyimpl.c @@ -1785,6 +1785,7 @@ _gtk_css_style_property_init_properties (void) NULL, NULL, _gtk_css_icon_effect_value_new (GTK_CSS_ICON_EFFECT_NONE)); + _gtk_style_property_add_alias ("-gtk-icon-effect", "-gtk-image-effect"); G_GNUC_BEGIN_IGNORE_DEPRECATIONS gtk_css_style_property_register ("engine",