TimelineObject: Forgot a break in a switch/case

This commit is contained in:
Edward Hervey 2010-11-25 14:01:15 +01:00
parent ab0493418a
commit da977c5565

View file

@ -73,6 +73,7 @@ ges_timeline_object_get_property (GObject * object, guint property_id,
break;
case PROP_PRIORITY:
g_value_set_uint (value, tobj->priority);
break;
case PROP_HEIGHT:
g_value_set_uint (value, tobj->height);
break;