aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-folder-cache.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-09-30 21:39:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-01 01:55:39 +0800
commitfc2c71593a190a0742639cd1f22664aecdc0d05d (patch)
treee4a43f616d514c27c1fef35c4caef04e4830cfa6 /mail/mail-folder-cache.c
parent8dd3119dadd898f5d401ad413593d05258131872 (diff)
downloadgsoc2013-evolution-fc2c71593a190a0742639cd1f22664aecdc0d05d.tar
gsoc2013-evolution-fc2c71593a190a0742639cd1f22664aecdc0d05d.tar.gz
gsoc2013-evolution-fc2c71593a190a0742639cd1f22664aecdc0d05d.tar.bz2
gsoc2013-evolution-fc2c71593a190a0742639cd1f22664aecdc0d05d.tar.lz
gsoc2013-evolution-fc2c71593a190a0742639cd1f22664aecdc0d05d.tar.xz
gsoc2013-evolution-fc2c71593a190a0742639cd1f22664aecdc0d05d.tar.zst
gsoc2013-evolution-fc2c71593a190a0742639cd1f22664aecdc0d05d.zip
Remove "type" parameter from mail_async_event_emit().
All remaining cases use MAIL_ASYNC_GUI, so remove mail_async_event_t altogether.
Diffstat (limited to 'mail/mail-folder-cache.c')
-rw-r--r--mail/mail-folder-cache.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c
index 78cd647283..1b32198f7f 100644
--- a/mail/mail-folder-cache.c
+++ b/mail/mail-folder-cache.c
@@ -218,9 +218,8 @@ flush_updates (MailFolderCache *self)
{
if (self->priv->update_id == -1 && !g_queue_is_empty (&self->priv->updates))
self->priv->update_id = mail_async_event_emit (
- mail_async_event, MAIL_ASYNC_GUI,
- (MailAsyncFunc) real_flush_updates,
- self, NULL, NULL);
+ mail_async_event, (MailAsyncFunc)
+ real_flush_updates, self, NULL, NULL);
}
/* This is how unread counts work (and don't work):