diff options
Diffstat (limited to 'data/indicator-applet.schemas.in')
-rw-r--r-- | data/indicator-applet.schemas.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/indicator-applet.schemas.in b/data/indicator-applet.schemas.in new file mode 100644 index 0000000..30172cd --- /dev/null +++ b/data/indicator-applet.schemas.in @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/indicator-applet/dummy_value</key> + <applyto>/apps/indicator-applet/dummy_value</applyto> + <owner>indicator-applet</owner> + <type>bool</type> + <default>FALSE</default> + <locale name="C"> + <short>Setting up basic GConf</short> + <long>Building up install directories. Need a dummy value.</long> + </locale> + </schema> + </schemalist> +</gconfschemafile> |