summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/video-player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/video-player.c b/examples/video-player.c
index 124d42b..a0dcd36 100644
--- a/examples/video-player.c
+++ b/examples/video-player.c
@@ -247,7 +247,7 @@ input_cb (ClutterStage *stage,
"rotation-angle-y", 360.0,
"fixed::rotation-center-y", &center,
NULL);
- g_signal_connect (animation, "completed",
+ g_signal_connect_after (animation, "completed",
G_CALLBACK (reset_animation),
app);
handled = TRUE;