summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-19 09:41:16 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-09-04 16:45:23 +0100
commit8826617a7812fdb74c95e6a190a780f19c5c9dfe (patch)
tree8818d242cd557060c9e4a0ff9b9008687fde6244 /data
parent90699ee4c30cb214018ae4d8d45b1eecb95a742a (diff)
Convert visual-quality to an enum
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.totem.gschema.xml.in.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/org.gnome.totem.gschema.xml.in.in b/data/org.gnome.totem.gschema.xml.in.in
index 36ee20a1..1bc2bb73 100644
--- a/data/org.gnome.totem.gschema.xml.in.in
+++ b/data/org.gnome.totem.gschema.xml.in.in
@@ -60,10 +60,10 @@
<default>'stereo'</default>
<_summary>Type of audio output to use</_summary>
</key>
- <key name="visual-quality" type="i">
- <default>0</default>
+ <key name="visual-quality" enum="org.gnome.totem.BvwVisualsQuality">
+ <default>'small'</default>
<_summary>Visualization quality setting</_summary>
- <_description>Quality settings for the audio visualization: "0" for small, "1" for normal, "2" for large, "3" for extra large.</_description>
+ <_description>Quality settings for the audio visualization.</_description>
</key>
<key name="network-buffer-threshold" type="d">
<default>2</default>