aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-local.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-06 02:34:31 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:07 +0800
commit4a6232a228b7b45b339fc2bc596eb939a335b827 (patch)
tree1a742117d40e085fcb7dc53bac8458cc756f9ccf /mail/e-mail-local.c
parent72736d0fab2b4c26dfe2ae0f3bb5ae7e144bbb09 (diff)
downloadgsoc2013-evolution-4a6232a228b7b45b339fc2bc596eb939a335b827.tar
gsoc2013-evolution-4a6232a228b7b45b339fc2bc596eb939a335b827.tar.gz
gsoc2013-evolution-4a6232a228b7b45b339fc2bc596eb939a335b827.tar.bz2
gsoc2013-evolution-4a6232a228b7b45b339fc2bc596eb939a335b827.tar.lz
gsoc2013-evolution-4a6232a228b7b45b339fc2bc596eb939a335b827.tar.xz
gsoc2013-evolution-4a6232a228b7b45b339fc2bc596eb939a335b827.tar.zst
gsoc2013-evolution-4a6232a228b7b45b339fc2bc596eb939a335b827.zip
Random little coding style cleanups.
Diffstat (limited to 'mail/e-mail-local.c')
-rw-r--r--mail/e-mail-local.c3
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;