aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-mt.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-26 20:18:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-26 20:18:59 +0800
commit30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8 (patch)
treef60a7fedac630e2ea4539c4938f70c17899f0ff7 /mail/mail-mt.c
parent1f7427ce4304d72a4b03acab5b7aa9aa6ebd8f77 (diff)
downloadgsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.gz
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.bz2
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.lz
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.xz
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.zst
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.zip
Coding style and whitespace cleanups.
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r--mail/mail-mt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c
index 729a4228cc..0032a21432 100644
--- a/mail/mail-mt.c
+++ b/mail/mail-mt.c
@@ -486,7 +486,7 @@ mail_msg_idle_cb (void)
G_LOCK (idle_source_id);
idle_source_id = 0;
G_UNLOCK (idle_source_id);
- mail_component_show_status_bar (TRUE);
+ mail_component_show_status_bar (TRUE);
/* check the main loop queue */
while ((msg = g_async_queue_try_pop (main_loop_queue)) != NULL) {
if (msg->info->exec != NULL)
@@ -503,7 +503,7 @@ mail_msg_idle_cb (void)
mail_msg_check_error (msg);
mail_msg_unref (msg);
}
- mail_component_show_status_bar (FALSE);
+ mail_component_show_status_bar (FALSE);
return FALSE;
}