From bc4186d9c8c8e1097fbec6813140c93b5425672b Mon Sep 17 00:00:00 2001 From: Simon Corsin Date: Tue, 30 Apr 2013 19:19:39 +0200 Subject: [PATCH] ges-layer.c: notify priority changes. --- ges/ges-layer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ges/ges-layer.c b/ges/ges-layer.c index 365c95c7ee..d7dc059d88 100644 --- a/ges/ges-layer.c +++ b/ges/ges-layer.c @@ -359,6 +359,8 @@ ges_layer_set_priority (GESLayer * layer, guint priority) ges_layer_resync_priorities (layer); } + + g_object_notify (G_OBJECT (layer), "priority"); } /**