From 6ba0a6a95bc68ea6bb49b4b2d623e3ea60ba6d79 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 8 Feb 2013 07:03:26 -0500 Subject: Revert "Bug #683867 - Schedule actions with higher idle priority" This reverts commit 2b507716b257e6ef98dae8463180dbe718eb7b64. The commit contains not a single comment as to why these custom priority values are being used. The rationale needs to be documented in the code, either at each call point or preferrably at a centralized priority value definition. --- libemail-engine/mail-folder-cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libemail-engine/mail-folder-cache.c') diff --git a/libemail-engine/mail-folder-cache.c b/libemail-engine/mail-folder-cache.c index f1af370b1e..35e620862e 100644 --- a/libemail-engine/mail-folder-cache.c +++ b/libemail-engine/mail-folder-cache.c @@ -304,8 +304,8 @@ flush_updates (MailFolderCache *cache) if (g_queue_is_empty (&cache->priv->updates)) return; - cache->priv->update_id = g_idle_add_full (G_PRIORITY_DEFAULT, - (GSourceFunc) flush_updates_idle_cb, cache, NULL); + cache->priv->update_id = g_idle_add ( + (GSourceFunc) flush_updates_idle_cb, cache); } /* This is how unread counts work (and don't work): -- cgit v1.2.3