1
0
Fork 0

2007-12-25 Emmanuele Bassi <ebassi@openedhand.com>

* tests/test-script.json: Fix the JSON syntax
This commit is contained in:
Emmanuele Bassi 2007-12-25 20:09:20 +00:00
parent 60e14ae728
commit 0bfe32314a
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2007-12-25 Emmanuele Bassi <ebassi@openedhand.com>
* tests/test-script.json: Fix the JSON syntax
2007-12-25 Emmanuele Bassi <ebassi@openedhand.com> 2007-12-25 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-enum-types.c.in: Fix the template * clutter/clutter-enum-types.c.in: Fix the template

View file

@ -30,7 +30,7 @@
"width" : 100, "width" : 100,
"height" : 100, "height" : 100,
"visible" : true, "visible" : true,
"reactive" : true "reactive" : true,
"signals" : [ "signals" : [
{ "name" : "button-press-event", "handler" : "clutter_main_quit" } { "name" : "button-press-event", "handler" : "clutter_main_quit" }
] ]
@ -68,12 +68,12 @@
"alignment" : "center", "alignment" : "center",
"wrap" : false, "wrap" : false,
"ellipsize" : "none", "ellipsize" : "none",
"visible" : true "visible" : true,
"rotation" : [ "rotation" : [
{ "y-axis" : [ 60.0, [ 275, 100 ] ] }, { "y-axis" : [ 60.0, [ 275, 100 ] ] },
{ "z-axis" : [ 45.0, [ 75, 75 ] ] } { "z-axis" : [ 45.0, [ 75, 75 ] ] }
], ]
} },
"blue-button", "blue-button",
] ]
} }