diff options
author | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-11-02 00:40:16 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-11-02 00:40:16 +0800 |
commit | 80937eb544e24b51244f3ade02e69fb7a3157920 (patch) | |
tree | 5864d85a6133fd5434dc8245ac5bfb7292681765 /data | |
parent | fa4a42d741fade66d51857fb2653e27e347aef80 (diff) | |
download | gsoc2013-evolution-80937eb544e24b51244f3ade02e69fb7a3157920.tar.gz gsoc2013-evolution-80937eb544e24b51244f3ade02e69fb7a3157920.tar.zst gsoc2013-evolution-80937eb544e24b51244f3ade02e69fb7a3157920.zip |
Addressbook module GSettings migration
Diffstat (limited to 'data')
-rw-r--r-- | data/evolution.convert | 2 | ||||
-rw-r--r-- | data/org.gnome.evolution.addressbook.gschema.xml.in | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/data/evolution.convert b/data/evolution.convert index 992286f88d..bd391b7330 100644 --- a/data/evolution.convert +++ b/data/evolution.convert @@ -29,6 +29,8 @@ completion-minimum-query-length = /apps/evolution/addressbook/completion/minimum completion-show-address = /apps/evolution/addressbook/completion/show_address hpane-position = /apps/evolution/addressbook/display/hpane_position layout = /apps/evolution/addressbook/display/layout +preview-show-maps = /apps/evolution/addressbook/display/preview_show_maps +primary-addressbook = /apps/evolution/addressbook/display/primary_addressbook select-names-last-used-uri = /apps/evolution/addressbook/select_names/last_used_uri show-preview = /apps/evolution/addressbook/display/show_preview vpane-position = /apps/evolution/addressbook/display/vpane_position diff --git a/data/org.gnome.evolution.addressbook.gschema.xml.in b/data/org.gnome.evolution.addressbook.gschema.xml.in index 11efc0c2af..0dcaeddbe0 100644 --- a/data/org.gnome.evolution.addressbook.gschema.xml.in +++ b/data/org.gnome.evolution.addressbook.gschema.xml.in @@ -35,6 +35,16 @@ <_summary>Contact preview pane position (vertical)</_summary> <_description>Position of the contact preview pane when oriented vertically.</_description> </key> + <key name="preview-show-maps" type="b"> + <default>false</default> + <_summary>Show maps</_summary> + <_description>Whether to show maps in preview pane</_description> + </key> + <key name="primary-addressbook" type="s"> + <default>''</default> + <_summary>Primary address book</_summary> + <_description>The UID of the selected (or "primary") address book in the sidebar of the "Contacts" view</_description> + </key> <key name="show-preview" type="b"> <default>true</default> <_summary>Show preview pane</_summary> |