diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-08 05:01:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-08 05:01:47 +0800 |
commit | 8df8892ffbb4fc42a775b608843d17616beb8cbf (patch) | |
tree | e89a3ced193743a47bcf0a047c180dde74e3e461 | |
parent | c3d830ff18bd08a367d3c5d984d1c0ef03a7634b (diff) | |
download | gsoc2013-evolution-8df8892ffbb4fc42a775b608843d17616beb8cbf.tar.gz gsoc2013-evolution-8df8892ffbb4fc42a775b608843d17616beb8cbf.tar.zst gsoc2013-evolution-8df8892ffbb4fc42a775b608843d17616beb8cbf.zip |
EMailAccountStore: Fix a typo.
-rw-r--r-- | mail/e-mail-account-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-account-store.c b/mail/e-mail-account-store.c index 9dde7561c5..9543e183d9 100644 --- a/mail/e-mail-account-store.c +++ b/mail/e-mail-account-store.c @@ -1061,7 +1061,7 @@ e_mail_account_store_add_service (EMailAccountStore *store, } else { EMailSession *session; ESourceRegistry *registry; - ESourceCollection *collection; + ESource *collection; ESource *source; session = e_mail_account_store_get_session (store); |