call ges_simple_timeline_layer_add_object intead of base method

This commit is contained in:
Brandon Lewis 2010-07-23 18:59:40 +02:00 committed by Edward Hervey
parent 685cd40fa1
commit aa7ff11b7f

View file

@ -369,7 +369,8 @@ app_add_file (App * app, gchar * uri)
obj = GES_TIMELINE_OBJECT (ges_timeline_filesource_new (uri));
ges_timeline_layer_add_object (app->layer, obj);
ges_simple_timeline_layer_add_object (GES_SIMPLE_TIMELINE_LAYER (app->layer),
obj, -1);
}
void