mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 16:16:20 -05:00
2008-02-20 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-timeline.c (clutter_timeline_set_delay): Relax the condition to allow 0 msecs of delay (meaning: no delay).
This commit is contained in:
parent
1cec9a01f6
commit
6e9c4de9ad
@ -1,3 +1,8 @@
|
|||||||
|
2008-02-20 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-timeline.c (clutter_timeline_set_delay): Relax
|
||||||
|
the condition to allow 0 msecs of delay (meaning: no delay).
|
||||||
|
|
||||||
2008-02-20 Tomas Frydrych <tf@openedhand.com>
|
2008-02-20 Tomas Frydrych <tf@openedhand.com>
|
||||||
|
|
||||||
* clutter/Makefile.am:
|
* clutter/Makefile.am:
|
||||||
|
@ -1053,7 +1053,6 @@ clutter_timeline_set_delay (ClutterTimeline *timeline,
|
|||||||
ClutterTimelinePrivate *priv;
|
ClutterTimelinePrivate *priv;
|
||||||
|
|
||||||
g_return_if_fail (CLUTTER_IS_TIMELINE (timeline));
|
g_return_if_fail (CLUTTER_IS_TIMELINE (timeline));
|
||||||
g_return_if_fail (msecs > 0);
|
|
||||||
|
|
||||||
priv = timeline->priv;
|
priv = timeline->priv;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user