ges-clip: when a child, is removed, disconnect from its notifies.

This commit is contained in:
Mathieu Duponchelle 2013-08-28 19:56:29 +02:00 committed by Thibault Saunier
parent 8458d0220e
commit c527067953

View file

@ -349,6 +349,9 @@ _child_added (GESContainer * container, GESTimelineElement * element)
static void
_child_removed (GESContainer * container, GESTimelineElement * element)
{
g_signal_handlers_disconnect_by_func (element, _child_priority_changed_cb,
container);
_compute_height (container);
}