Add -gtk-image-effect alias for -gtk-icon-effect

The property name was changed in 2396265523. This makes sure
apps using it don't break and get a helpful warning instead.
This commit is contained in:
Christoph Reiter 2016-02-16 15:49:23 +01:00 committed by Christoph Reiter
parent c2cfbc8df1
commit 3a15aa2a95

View File

@ -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",