gnomemm r1713 - in cluttermm/trunk: . clutter/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1713 - in cluttermm/trunk: . clutter/src
- Date: Tue, 23 Sep 2008 11:54:09 +0000 (UTC)
Author: murrayc
Date: Tue Sep 23 11:54:09 2008
New Revision: 1713
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1713&view=rev
Log:
2008-09-23 Murray Cumming <murrayc murrayc com>
* clutter/src/timeline.hg: Constructor: Rename the msecs parameter
to duration so that the implementation uses the correct property name.
Bug #553157 (Cristi Posoiu)
Modified:
cluttermm/trunk/ChangeLog
cluttermm/trunk/clutter/src/timeline.hg
Modified: cluttermm/trunk/clutter/src/timeline.hg
==============================================================================
--- cluttermm/trunk/clutter/src/timeline.hg (original)
+++ cluttermm/trunk/clutter/src/timeline.hg Tue Sep 23 11:54:09 2008
@@ -33,7 +33,7 @@
protected:
_WRAP_CTOR(Timeline(guint num_frames, guint fps), clutter_timeline_new)
- _WRAP_CTOR(Timeline(guint msecs), clutter_timeline_new_for_duration)
+ _WRAP_CTOR(Timeline(guint duration), clutter_timeline_new_for_duration)
public:
_WRAP_CREATE(guint n_frames, guint fps)
_WRAP_CREATE(guint msecs)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]