mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
Use correct signal detail
The Animation should connect to the notify::alpha signal, not to the non-existing notify::value signal. Fixes bugs: http://bugzilla.openedhand.com/show_bug.cgi?id=1674 http://bugzilla.openedhand.com/show_bug.cgi?id=1688 Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
parent
5a554bf063
commit
efc16a4d90
@ -1306,7 +1306,7 @@ clutter_animation_set_alpha (ClutterAnimation *animation,
|
||||
|
||||
priv->alpha = g_object_ref_sink (alpha);
|
||||
priv->alpha_notify_id =
|
||||
g_signal_connect (priv->alpha, "notify::value",
|
||||
g_signal_connect (priv->alpha, "notify::alpha",
|
||||
G_CALLBACK (on_alpha_notify),
|
||||
animation);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user