diff options
Diffstat (limited to 'data/indicator-sound.schemas.in')
-rw-r--r-- | data/indicator-sound.schemas.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/indicator-sound.schemas.in b/data/indicator-sound.schemas.in new file mode 100644 index 0000000..9ad0f39 --- /dev/null +++ b/data/indicator-sound.schemas.in @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/indicator-sound/volume_mute</key> + <applyto>/apps/indicator-sound/volume_mute</applyto> + <owner>indicator-sound</owner> + <type>bool</type> + <default>FALSE</default> + <locale name="C"> + <short>Volume is not muted by default</short> + <long>On start up volume should not be muted.</long> + </locale> + </schema> + </schemalist> +</gconfschemafile> |