summaryrefslogtreecommitdiff
path: root/clutter
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2015-08-25 23:28:18 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2015-08-26 21:40:47 +0100
commit0e4d11bcd8fca592215259568f2e816d3f501397 (patch)
treeec5c8af9e19a958232b5cfb31c5d67dfe8f240ac /clutter
parent5b9c31a0cece7852a22a76e24a4738cb4c773d1d (diff)
downloadclutter-0e4d11bcd8fca592215259568f2e816d3f501397.tar.gz
gdk: master clock: fix incorrect symbol use
https://bugzilla.gnome.org/show_bug.cgi?id=754134
Diffstat (limited to 'clutter')
-rw-r--r--clutter/gdk/clutter-master-clock-gdk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/gdk/clutter-master-clock-gdk.c b/clutter/gdk/clutter-master-clock-gdk.c
index 6a4a48050..a3ed8ecbf 100644
--- a/clutter/gdk/clutter-master-clock-gdk.c
+++ b/clutter/gdk/clutter-master-clock-gdk.c
@@ -349,7 +349,7 @@ clutter_master_clock_gdk_add_stage_clock (ClutterMasterClockGdk *master_clock,
stages = g_list_append (stages, stage);
if (master_clock->timelines != NULL)
- _clutter_master_clock_start_running ((ClutterMasterClock *) clock);
+ _clutter_master_clock_start_running ((ClutterMasterClock *) master_clock);
}
static void