aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2011-06-14 22:15:28 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:28 +0800
commita81c6c46a2a962449333c70d06fc60c9d1c7414a (patch)
tree14f0bfce1c9c726d97f376d0e50e4727e7f5fc18 /modules
parent075e48579b3012928bc715e9e3058f16ffa52f3f (diff)
downloadgsoc2013-evolution-a81c6c46a2a962449333c70d06fc60c9d1c7414a.tar
gsoc2013-evolution-a81c6c46a2a962449333c70d06fc60c9d1c7414a.tar.gz
gsoc2013-evolution-a81c6c46a2a962449333c70d06fc60c9d1c7414a.tar.bz2
gsoc2013-evolution-a81c6c46a2a962449333c70d06fc60c9d1c7414a.tar.lz
gsoc2013-evolution-a81c6c46a2a962449333c70d06fc60c9d1c7414a.tar.xz
gsoc2013-evolution-a81c6c46a2a962449333c70d06fc60c9d1c7414a.tar.zst
gsoc2013-evolution-a81c6c46a2a962449333c70d06fc60c9d1c7414a.zip
Bug #252670 - Remember columns settings in Certificates tab
Diffstat (limited to 'modules')
-rw-r--r--modules/addressbook/e-book-shell-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/addressbook/e-book-shell-backend.c b/modules/addressbook/e-book-shell-backend.c
index e697e89990..d80d9554a0 100644
--- a/modules/addressbook/e-book-shell-backend.c
+++ b/modules/addressbook/e-book-shell-backend.c
@@ -328,7 +328,7 @@ book_shell_backend_init_preferences (EShell *shell)
"certificates",
"preferences-certificates",
_("Certificates"),
- certificate_manager_config_new,
+ e_cert_manager_config_new,
700);
#endif