css: Leftover renaming gtk-image-effect => icon-effect

The previous renaming commit was incomplete, so here we go again.
This commit is contained in:
Benjamin Otte
2015-12-04 16:53:50 +01:00
parent a37220109f
commit 1b835fc7ce
5 changed files with 9 additions and 9 deletions

View File

@ -1443,7 +1443,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
G_GNUC_END_IGNORE_DEPRECATIONS;
effect = _gtk_css_icon_effect_value_get
(_gtk_style_context_peek_property (context, GTK_CSS_PROPERTY_GTK_IMAGE_EFFECT));
(_gtk_style_context_peek_property (context, GTK_CSS_PROPERTY_ICON_EFFECT));
switch (effect)
{