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. --- mail/e-mail-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/e-mail-browser.c') diff --git a/mail/e-mail-browser.c b/mail/e-mail-browser.c index 15f61c50a5..9ca4ce230f 100644 --- a/mail/e-mail-browser.c +++ b/mail/e-mail-browser.c @@ -302,7 +302,7 @@ mail_browser_message_list_built_cb (EMailBrowser *browser, g_return_if_fail (IS_MESSAGE_LIST (message_list)); if (!message_list_count (message_list)) - g_idle_add_full (G_PRIORITY_DEFAULT, close_on_idle_cb, browser, NULL); + g_idle_add (close_on_idle_cb, browser); } static gboolean -- cgit v1.2.3