diff options
author | Milan Crha <mcrha@redhat.com> | 2011-03-03 00:33:49 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-03-03 00:33:49 +0800 |
commit | 6db171ad88bcdd8104a9044b7dead59c0e2e8bf2 (patch) | |
tree | 00cd63114e7703649a3e6dd1f55925d2d1155331 /modules/addressbook | |
parent | c0635e17d9f13c1f923067e6a2a13768ba6944f6 (diff) | |
download | gsoc2013-evolution-6db171ad88bcdd8104a9044b7dead59c0e2e8bf2.tar.gz gsoc2013-evolution-6db171ad88bcdd8104a9044b7dead59c0e2e8bf2.tar.zst gsoc2013-evolution-6db171ad88bcdd8104a9044b7dead59c0e2e8bf2.zip |
Bug #643402 - Fails to build with --disable-smime
Diffstat (limited to 'modules/addressbook')
-rw-r--r-- | modules/addressbook/e-book-shell-backend.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/addressbook/e-book-shell-backend.c b/modules/addressbook/e-book-shell-backend.c index b76764c81d..cf9011a021 100644 --- a/modules/addressbook/e-book-shell-backend.c +++ b/modules/addressbook/e-book-shell-backend.c @@ -313,6 +313,7 @@ book_shell_backend_init_preferences (EShell *shell) autocompletion_config_new, 200); +#ifdef ENABLE_SMIME preferences_window = e_shell_get_preferences_window (shell); e_preferences_window_add_page ( E_PREFERENCES_WINDOW (preferences_window), @@ -321,6 +322,7 @@ book_shell_backend_init_preferences (EShell *shell) _("Certificates"), certificate_manager_config_new, 700); +#endif return FALSE; } |