diff options
Diffstat (limited to 'mail/e-mail-local.c')
-rw-r--r-- | mail/e-mail-local.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/e-mail-local.c b/mail/e-mail-local.c index a61e9dcd36..a3488136e0 100644 --- a/mail/e-mail-local.c +++ b/mail/e-mail-local.c @@ -107,8 +107,7 @@ e_mail_local_init (EMailSession *session, camel_url_free (url); - g_object_ref (service); - local_store = CAMEL_STORE (service); + local_store = g_object_ref (service); return; |