summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-07-29 17:55:31 +0200
committerinfirit <[email protected]>2014-07-29 17:55:31 +0200
commitf1da7aaa9b1cbc5f0ea703bbd5719d9c64dc2b15 (patch)
tree778acd8c0720fa2333ad9b221b29ac9d32cc8fdb /data
parentc68023e360495587bd0a53f54425235d9d461e43 (diff)
downloadeom-f1da7aaa9b1cbc5f0ea703bbd5719d9c64dc2b15.tar.bz2
eom-f1da7aaa9b1cbc5f0ea703bbd5719d9c64dc2b15.tar.xz
Make the image-collection-position GSetting an enum
Based on eog commit 7c69b182662f43636b1027fa395f9372593e39bb From Felix Riemann <[email protected]>
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 fbf8e0b..3579727 100644
--- a/data/org.mate.eom.gschema.xml.in.in
+++ b/data/org.mate.eom.gschema.xml.in.in
@@ -87,9 +87,9 @@
<default>false</default>
<_summary>Show/Hide the image collection pane.</_summary>
</key>
- <key name="image-collection-position" type="i">
- <default>0</default>
- <_summary>Image collection pane position. Set to 0 for bottom; 1 for left; 2 for top; 3 for right.</_summary>
+ <key name="image-collection-position" enum="org.mate.eom.EomWindowCollectionPos">
+ <default>'bottom'</default>
+ <_summary>Image collection pane position.</_summary>
</key>
<key name="image-collection-resizable" type="b">
<default>false</default>