diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-06-14 22:15:28 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-06-14 22:15:28 +0800 |
commit | f830de2f0aecf92fdda2dad89d66b7cb0b182f71 (patch) | |
tree | e2697171769a2330b1a793fef73cc0da1d87df0f /modules/addressbook | |
parent | f5794eff3613afe5082ab15bd6dbb14806ce5fdc (diff) | |
download | gsoc2013-evolution-f830de2f0aecf92fdda2dad89d66b7cb0b182f71.tar.gz gsoc2013-evolution-f830de2f0aecf92fdda2dad89d66b7cb0b182f71.tar.zst gsoc2013-evolution-f830de2f0aecf92fdda2dad89d66b7cb0b182f71.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 |