diff options
author | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
commit | 312ba610a1e98fc656fb58178227d7d45a64494e (patch) | |
tree | 54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /mixer/mixer.schemas.in | |
download | mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2 mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz |
initial
Diffstat (limited to 'mixer/mixer.schemas.in')
-rw-r--r-- | mixer/mixer.schemas.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/mixer/mixer.schemas.in b/mixer/mixer.schemas.in new file mode 100644 index 00000000..72d7d4e6 --- /dev/null +++ b/mixer/mixer.schemas.in @@ -0,0 +1,36 @@ +<mateconfschemafile> + <schemalist> + + <schema> + <key>/schemas/apps/mixer_applet/prefs/channel</key> + <owner>mixer-applet</owner> + <type>int</type> + <default>0</default> + <locale name="C"> + <short>Channel controlled by applet. Only for OSS setups</short> + </locale> + </schema> + + <schema> + <key>/schemas/apps/mixer_applet/prefs/mute</key> + <owner>mixer-applet</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Saved mute state</short> + </locale> + </schema> + + <schema> + <key>/schemas/apps/mixer_applet/prefs/vol</key> + <owner>mixer-applet</owner> + <type>int</type> + <default>-1</default> + <locale name="C"> + <short>Saved volume to restore on startup</short> + </locale> + </schema> + + </schemalist> + +</mateconfschemafile> |