mirror of
https://github.com/brl/mutter.git
synced 2024-12-22 11:02:05 +00:00
Fix a dumb typo in last commit.
This commit is contained in:
parent
6c7b0830b5
commit
f741107fcb
@ -1,3 +1,7 @@
|
||||
2007-03-26 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-timeline.c: Fix last commit.
|
||||
|
||||
2007-03-25 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-timeline.c: Slightly lower the proiority
|
||||
|
@ -357,7 +357,7 @@ clutter_timeline_start (ClutterTimeline *timeline)
|
||||
priv = timeline->priv;
|
||||
|
||||
if (!priv->timeout_id)
|
||||
priv->timeout_id = g_timeout_add_full (G_PRIORITY_DEFAULT + 20
|
||||
priv->timeout_id = g_timeout_add_full (G_PRIORITY_DEFAULT + 20,
|
||||
FPS_TO_INTERVAL (priv->fps),
|
||||
timeline_timeout_func,
|
||||
timeline,
|
||||
|
Loading…
Reference in New Issue
Block a user