diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-05-08 20:05:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-05-08 20:28:09 +0800 |
commit | 58ef54715147561c2b8d458dd75c44223c46ac10 (patch) | |
tree | 56fff6b4e7f64b2a62641e065e465bbac4f6bfcc /mail/e-mail-account-store.c | |
parent | 0ccccead12fae581ea9be349154928c1215896d5 (diff) | |
download | gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.gz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.bz2 gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.lz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.xz gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.tar.zst gsoc2013-evolution-58ef54715147561c2b8d458dd75c44223c46ac10.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'mail/e-mail-account-store.c')
-rw-r--r-- | mail/e-mail-account-store.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/e-mail-account-store.c b/mail/e-mail-account-store.c index 7b4605b64d..b4880325f0 100644 --- a/mail/e-mail-account-store.c +++ b/mail/e-mail-account-store.c @@ -226,7 +226,8 @@ mail_account_store_service_notify_cb (CamelService *service, data->store = g_object_ref (store); data->service = g_object_ref (service); - g_idle_add_full (G_PRIORITY_DEFAULT_IDLE, + g_idle_add_full ( + G_PRIORITY_DEFAULT_IDLE, mail_account_store_service_notify_idle_cb, data, service_notify_cb_data_free); |