From 2c3ca20cdc3299e239388f75b583e2afb7437b47 Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Fri, 27 Aug 2010 15:13:28 +0100 Subject: [PATCH] cookbook: Don't use the default stage It's not necessary to use the default stage, so don't encourage this in the JSON example. --- doc/cookbook/examples/script-ui.json | 1 - doc/cookbook/script.xml | 6 ------ 2 files changed, 7 deletions(-) diff --git a/doc/cookbook/examples/script-ui.json b/doc/cookbook/examples/script-ui.json index 99a58e9..83b1451 100644 --- a/doc/cookbook/examples/script-ui.json +++ b/doc/cookbook/examples/script-ui.json @@ -2,7 +2,6 @@ { "id" : "stage", "type" : "ClutterStage", - "is-default" : true, "width" : 400, "height" : 400, "color" : "#333355ff", diff --git a/doc/cookbook/script.xml b/doc/cookbook/script.xml index 11c83f4..f15d6b8 100644 --- a/doc/cookbook/script.xml +++ b/doc/cookbook/script.xml @@ -94,7 +94,6 @@ { "id" : "stage", "type" : "ClutterStage", - "is-default" : true, "width" : 400, "height" : 400, "color" : "#333355ff", @@ -160,11 +159,6 @@ specifies the type of the object; usually this will be one of the Clutter object types. - - is-default is a special stage-only - property, which tells Clutter that the ClutterStage - instance used should be the default stage. - Colors can be set using hexadecimal color code strings, -- 2.7.4