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>
* clutter/clutter-enum-types.c.in: Fix the template

View File

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