aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-account-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-mail-account-store.c')
-rw-r--r--mail/e-mail-account-store.c3
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);