layer: Properly emit the notify signal when auto_transition changes

This commit is contained in:
Thibault Saunier 2013-01-10 11:58:59 -03:00
parent 7f10881dd2
commit 2c37986493

View 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");
}
/**