1
0
Fork 0

* clutter/clutter-script.c: The example in the documentation

showed a color being specified as '0xff0000ff' but it should be
	'#ff0000ff'
This commit is contained in:
Neil Roberts 2008-07-24 09:11:54 +00:00
parent 931c9edde3
commit 7c8fdee369
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-07-24 Neil Roberts <neil@o-hand.com>
* clutter/clutter-script.c: The example in the documentation
showed a color being specified as '0xff0000ff' but it should be
'#ff0000ff'
2008-07-23 Emmanuele Bassi <ebassi@openedhand.com>
Bug 1062 - clutter_actor_query_coords() replacement in 0.8

View file

@ -53,7 +53,7 @@
* "type" : "ClutterRectangle",
* "width" : 100,
* "height" : 100,
* "color" : "0xff0000ff"
* "color" : "&num;ff0000ff"
* }
* ]|
*