diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-07 17:41:04 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-07 17:41:04 +0100 |
commit | b73df84c7cde202707fb740a0c266fe7d4a29794 (patch) | |
tree | e56072c1d0fbc11cd7d5422bf5d0d33ca1a66255 /gst-mixer/mate-volume-control.schemas.in | |
parent | a2fac276568d29592db30e422b733d93d5d6e466 (diff) | |
download | mate-media-b73df84c7cde202707fb740a0c266fe7d4a29794.tar.bz2 mate-media-b73df84c7cde202707fb740a0c266fe7d4a29794.tar.xz |
gst-mixer: migrate to gsettings
TODO: need to add a feature to disable whitelist mixers
Diffstat (limited to 'gst-mixer/mate-volume-control.schemas.in')
-rw-r--r-- | gst-mixer/mate-volume-control.schemas.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/gst-mixer/mate-volume-control.schemas.in b/gst-mixer/mate-volume-control.schemas.in deleted file mode 100644 index 3caa8b1..0000000 --- a/gst-mixer/mate-volume-control.schemas.in +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0"?> -<mateconfschemafile> - <schemalist> - <schema> - <key>/schemas/apps/mate-volume-control/ui/window_height</key> - <applyto>/apps/mate-volume-control/ui/window_height</applyto> - <owner>mate-volume-control</owner> - <type>int</type> - <default>-1</default> - <locale name="C"> - <short>Height of the Window</short> - <long>Height of the window to be displayed.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mate-volume-control/ui/window_width</key> - <applyto>/apps/mate-volume-control/ui/window_width</applyto> - <owner>mate-volume-control</owner> - <type>int</type> - <default>500</default> - <locale name="C"> - <short>Width of the Window</short> - <long>Width of the window to be displayed.</long> - </locale> - </schema> - - </schemalist> -</mateconfschemafile> |