diff options
Diffstat (limited to 'misc/org.yorba.shotwell.gschema.xml')
-rw-r--r-- | misc/org.yorba.shotwell.gschema.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/misc/org.yorba.shotwell.gschema.xml b/misc/org.yorba.shotwell.gschema.xml index 1f6a093..16ba868 100644 --- a/misc/org.yorba.shotwell.gschema.xml +++ b/misc/org.yorba.shotwell.gschema.xml @@ -1,4 +1,4 @@ -<schemalist> +<schemalist gettext-domain="shotwell"> <schema id="org.yorba.shotwell" path="/org/yorba/shotwell/"> <child name="preferences" schema="org.yorba.shotwell.preferences" /> @@ -35,6 +35,12 @@ <description>True if the sidebar is to be displayed, false otherwise.</description> </key> + <key name="display-toolbar" type="b"> + <default>true</default> + <summary>display toolbar</summary> + <description>True if the bottom toolbar is to be displayed, false otherwise.</description> + </key> + <key name="display-search-bar" type="b"> <default>false</default> <summary>display search bar</summary> @@ -427,7 +433,7 @@ <schema id="org.yorba.shotwell.sharing.org-yorba-shotwell-publishing-piwigo" path="/org/yorba/shotwell/sharing/org-yorba-shotwell-publishing-piwigo/"> <key name="url" type="s"> <default>""</default> - <summary>Piwigio URL</summary> + <summary>Piwigo URL</summary> <description>URL of the Piwigo server.</description> </key> |