From 4a6232a228b7b45b339fc2bc596eb939a335b827 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 5 May 2011 14:34:31 -0400 Subject: Random little coding style cleanups. --- mail/e-mail-local.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/e-mail-local.c') 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; -- cgit v1.2.3