From d622eb1682710dbb94340e7ed54e6e3ba8f3111d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 19 Mar 2008 12:24:19 +0000 Subject: [PATCH] Add ClutterScore API enhancements bug reference --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c82e49062..a46b1b081 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,7 +20,7 @@ just add a clutter_score_append_at_marker(); the implementation remains the same, but the marker must be explicitly created by the developer. The ids are no longer used to create implicit - markers, so they can return to be unsigned integers. + markers, so they can return to be unsigned integers. (#450) * clutter/clutter-timeline.[ch]: (clutter_timeline_has_marker): Add a function to query a timeline