diff options
author | Milan Crha <mcrha@redhat.com> | 2009-04-25 01:40:31 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-28 20:02:19 +0800 |
commit | d49d7cb2f73c578e48d02f8241cdb6771379210f (patch) | |
tree | 9b920a74189ff23098ee9d37c20bcdf322731474 /plugins/google-account-setup/google-source.c | |
parent | d261d0b2e46d4793c2d54540782552846535eb60 (diff) | |
download | gsoc2013-evolution-d49d7cb2f73c578e48d02f8241cdb6771379210f.tar gsoc2013-evolution-d49d7cb2f73c578e48d02f8241cdb6771379210f.tar.gz gsoc2013-evolution-d49d7cb2f73c578e48d02f8241cdb6771379210f.tar.bz2 gsoc2013-evolution-d49d7cb2f73c578e48d02f8241cdb6771379210f.tar.lz gsoc2013-evolution-d49d7cb2f73c578e48d02f8241cdb6771379210f.tar.xz gsoc2013-evolution-d49d7cb2f73c578e48d02f8241cdb6771379210f.tar.zst gsoc2013-evolution-d49d7cb2f73c578e48d02f8241cdb6771379210f.zip |
Use new ESourceList API (simplifies code)
** Part of fix for bug #569652
Diffstat (limited to 'plugins/google-account-setup/google-source.c')
-rw-r--r-- | plugins/google-account-setup/google-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/google-account-setup/google-source.c b/plugins/google-account-setup/google-source.c index a5b846076f..c296ab687f 100644 --- a/plugins/google-account-setup/google-source.c +++ b/plugins/google-account-setup/google-source.c @@ -78,7 +78,7 @@ ensure_google_source_group (void) return; } - manage_google_group (slist, FALSE); + e_source_list_ensure_group (slist, _("Google"), "google://", FALSE); g_object_unref (slist); } |