container: resort children after prepending an element.

This commit is contained in:
Mathieu Duponchelle 2013-08-12 21:25:31 +02:00 committed by Thibault Saunier
parent 09405c0080
commit e9e7f0a82c

View file

@ -495,6 +495,8 @@ ges_container_add (GESContainer * container, GESTimelineElement * child)
container->children = g_list_prepend (container->children, child);
_ges_container_sort_children (container);
/* Listen to all property changes */
mapping->start_notifyid =
g_signal_connect (G_OBJECT (child), "notify::start",