actor: Correct setting the offscreen-redirect property

It's a flags property, not an enum one.

https://bugzilla.gnome.org/show_bug.cgi?id=708922
This commit is contained in:
Bastien Nocera 2013-09-27 15:00:57 +02:00
parent 3435d017e2
commit d7814cf63e

View File

@ -5379,7 +5379,7 @@ clutter_actor_get_property (GObject *object,
break;
case PROP_OFFSCREEN_REDIRECT:
g_value_set_enum (value, priv->offscreen_redirect);
g_value_set_flags (value, priv->offscreen_redirect);
break;
case PROP_NAME: