summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-07-29 18:26:49 +0200
committerinfirit <[email protected]>2014-07-29 18:26:49 +0200
commitfb511ab67fa5072f674a9fc0d43916fb99792e6b (patch)
tree6a430a6e5583d9cd630a5ee57ef1939a8daf3400 /data
parentf1da7aaa9b1cbc5f0ea703bbd5719d9c64dc2b15 (diff)
downloadeom-fb511ab67fa5072f674a9fc0d43916fb99792e6b.tar.bz2
eom-fb511ab67fa5072f674a9fc0d43916fb99792e6b.tar.xz
Have GSettings use enum for transparency style
Based on eog commit e8f2f6ecdd99dc5dce35a044e84738fe73f937e0 From Felix Riemann <[email protected]> ps infirit: eom never had this value in the convert file
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.eom.gschema.xml.in.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/org.mate.eom.gschema.xml.in.in b/data/org.mate.eom.gschema.xml.in.in
index 3579727..de8c94f 100644
--- a/data/org.mate.eom.gschema.xml.in.in
+++ b/data/org.mate.eom.gschema.xml.in.in
@@ -31,10 +31,10 @@
<_summary>Extrapolate Image</_summary>
<_description>Whether the image should be extrapolated on zoom-in. This leads to blurry quality and is somewhat slower than non-extrapolated images.</_description>
</key>
- <key name="transparency" type="s">
- <default>'CHECK_PATTERN'</default>
+ <key name="transparency" enum="org.mate.eom.EomTransparencyStyle">
+ <default>'checked'</default>
<_summary>Transparency indicator</_summary>
- <_description>Determines how transparency should be indicated. Valid values are CHECK_PATTERN, COLOR and NONE. If COLOR is chosen, then the trans-color key determines the color value used.</_description>
+ <_description>Determines how transparency should be indicated. Valid values are checked, color and none. If color is chosen, then the trans-color key determines the color value used.</_description>
</key>
<key name="scroll-wheel-zoom" type="b">
<default>true</default>