diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 06:40:44 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 06:40:44 +0100 |
commit | 8e1c5a834469d804d28ee8ab2cbe2da8e600a789 (patch) | |
tree | b9771456583eaead893cfd8f02e680b58a3da970 /misc/org.yorba.shotwell.gschema.xml | |
parent | 80a5f2d8b095e895a5424f90b2ce4684d94c1a32 (diff) | |
parent | 3253d99365813f2d2ffd05e10cbb8c11f53d746e (diff) |
Merge tag 'upstream/0.26.0'
Upstream version 0.26.0
Diffstat (limited to 'misc/org.yorba.shotwell.gschema.xml')
-rw-r--r-- | misc/org.yorba.shotwell.gschema.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/org.yorba.shotwell.gschema.xml b/misc/org.yorba.shotwell.gschema.xml index ce3b815..afd2f02 100644 --- a/misc/org.yorba.shotwell.gschema.xml +++ b/misc/org.yorba.shotwell.gschema.xml @@ -668,7 +668,7 @@ </key> <key name="size-selection" type="i"> - <default>3</default> + <default>-1</default> <summary>size selection</summary> <description>The index of the current print size in a pre-defined list of standard sizes</description> </key> @@ -789,13 +789,13 @@ <key name="transitions-circles" type="b"> <default>true</default> - <summary>enable slideshow circle transition</summary> + <summary>enable slideshow circles transition</summary> <description>True if the Circles slideshow transition plugin is enabled, false otherwise</description> </key> <key name="transitions-blinds" type="b"> <default>true</default> - <summary>enable slideshow slide transition</summary> + <summary>enable slideshow blinds transition</summary> <description>True if the Blinds slideshow transition plugin is enabled, false otherwise</description> </key> |