mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
2007-08-29 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-effect.c: (clutter_effect_template_set_property): Add missing break statement. Whoops.
This commit is contained in:
parent
818a667836
commit
e812b0d875
@ -1,3 +1,8 @@
|
|||||||
|
2007-08-29 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-effect.c: (clutter_effect_template_set_property):
|
||||||
|
Add missing break statement. Whoops.
|
||||||
|
|
||||||
2007-08-29 Matthew Allum <mallum@openedhand.com>
|
2007-08-29 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-main.c: (_clutter_do_pick):
|
* clutter/clutter-main.c: (_clutter_do_pick):
|
||||||
|
@ -154,6 +154,7 @@ clutter_effect_template_set_property (GObject *object,
|
|||||||
case PROP_TIMELINE:
|
case PROP_TIMELINE:
|
||||||
priv->timeline = g_value_get_object (value);
|
priv->timeline = g_value_get_object (value);
|
||||||
g_object_ref(priv->timeline);
|
g_object_ref(priv->timeline);
|
||||||
|
break;
|
||||||
case PROP_DO_CLONE:
|
case PROP_DO_CLONE:
|
||||||
clutter_effect_template_set_timeline_clone (template,
|
clutter_effect_template_set_timeline_clone (template,
|
||||||
g_value_get_boolean (value));
|
g_value_get_boolean (value));
|
||||||
|
Loading…
Reference in New Issue
Block a user