diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-06-14 22:15:28 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:28 +0800 |
commit | a81c6c46a2a962449333c70d06fc60c9d1c7414a (patch) | |
tree | 14f0bfce1c9c726d97f376d0e50e4727e7f5fc18 /modules/addressbook | |
parent | 075e48579b3012928bc715e9e3058f16ffa52f3f (diff) | |
download | gsoc2013-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/addressbook')
-rw-r--r-- | modules/addressbook/e-book-shell-backend.c | 2 |
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 |