aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook/e-book-shell-settings.c
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2011-10-07 20:40:55 +0800
committerDan Vrátil <dvratil@redhat.com>2011-10-07 20:40:55 +0800
commitd2232a718dc86dda4182d154a7fdfe1d218229dc (patch)
tree6dc6c056311e91bc3de202595c43536401af49e4 /modules/addressbook/e-book-shell-settings.c
parent03a438c3acff6e97146836a84da7236b69cd37fe (diff)
downloadgsoc2013-evolution-d2232a718dc86dda4182d154a7fdfe1d218229dc.tar
gsoc2013-evolution-d2232a718dc86dda4182d154a7fdfe1d218229dc.tar.gz
gsoc2013-evolution-d2232a718dc86dda4182d154a7fdfe1d218229dc.tar.bz2
gsoc2013-evolution-d2232a718dc86dda4182d154a7fdfe1d218229dc.tar.lz
gsoc2013-evolution-d2232a718dc86dda4182d154a7fdfe1d218229dc.tar.xz
gsoc2013-evolution-d2232a718dc86dda4182d154a7fdfe1d218229dc.tar.zst
gsoc2013-evolution-d2232a718dc86dda4182d154a7fdfe1d218229dc.zip
Bug #659876 - Make automatic contact address formatting optional
Make behavior introduced in bug #636809 optional by adding checkbox to Preferences->Contacts.
Diffstat (limited to 'modules/addressbook/e-book-shell-settings.c')
-rw-r--r--modules/addressbook/e-book-shell-settings.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/addressbook/e-book-shell-settings.c b/modules/addressbook/e-book-shell-settings.c
index 6be121d2c2..ae2e4f0adf 100644
--- a/modules/addressbook/e-book-shell-settings.c
+++ b/modules/addressbook/e-book-shell-settings.c
@@ -35,4 +35,8 @@ e_book_shell_backend_init_settings (EShell *shell)
e_shell_settings_install_property_for_key (
"book-primary-selection",
"/apps/evolution/addressbook/display/primary_addressbook");
+
+ e_shell_settings_install_property_for_key (
+ "enable-address-formatting",
+ "/apps/evolution/addressbook/display/address_formatting");
}