diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-08 22:18:30 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-08 22:18:30 +0100 |
commit | 4cf8fbb6f138203019c67df2db9b48f2b02cae79 (patch) | |
tree | c787d84646619b59c88fa212004e507b74a47185 /gst-mixer-applet/org.mate.panel.applet.mixer.gschema.xml.in.in | |
parent | e9711267ec88b5e3510f1b59796dc155ed22b156 (diff) | |
download | mate-media-4cf8fbb6f138203019c67df2db9b48f2b02cae79.tar.bz2 mate-media-4cf8fbb6f138203019c67df2db9b48f2b02cae79.tar.xz |
add gst-mixer-applet (moved from mate-applets package)
it will builds only if gstreamer is enabled
Diffstat (limited to 'gst-mixer-applet/org.mate.panel.applet.mixer.gschema.xml.in.in')
-rw-r--r-- | gst-mixer-applet/org.mate.panel.applet.mixer.gschema.xml.in.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gst-mixer-applet/org.mate.panel.applet.mixer.gschema.xml.in.in b/gst-mixer-applet/org.mate.panel.applet.mixer.gschema.xml.in.in new file mode 100644 index 0000000..1b81ba3 --- /dev/null +++ b/gst-mixer-applet/org.mate.panel.applet.mixer.gschema.xml.in.in @@ -0,0 +1,12 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.panel.applet.mixer"> + <key name="active-element" type="s"> + <default>''</default> + <_summary>Selected device</_summary> + </key> + <key name="active-track" type="s"> + <default>''</default> + <_summary>Selected track</_summary> + </key> + </schema> +</schemalist> |