layer: Properly emit the notify signal when auto_transition changes
authorThibault Saunier <thibault.saunier@collabora.com>
Thu, 10 Jan 2013 14:58:59 +0000 (11:58 -0300)
committerThibault Saunier <thibault.saunier@collabora.com>
Thu, 10 Jan 2013 15:25:53 +0000 (12:25 -0300)
ges/ges-timeline-layer.c

index 2bb29d8..109deec 100644 (file)
@@ -2,6 +2,7 @@
  * Copyright (C) 2009 Edward Hervey <edward.hervey@collabora.co.uk>
  *               2009 Nokia Corporation
  *               2011 Mathieu Duponchelle <mathieu.duponchelle@epitech.eu>
+ *               2013 Thibault Saunier <thibault.saunier@collabora.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -845,6 +846,7 @@ ges_timeline_layer_set_auto_transition (GESTimelineLayer * layer,
     start_calculating_transitions (layer);
 
   layer->priv->auto_transition = auto_transition;
+  g_object_notify (G_OBJECT (layer), "auto-transition");
 }
 
 /**