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. --- modules/itip-formatter/itip-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/itip-formatter') diff --git a/modules/itip-formatter/itip-view.c b/modules/itip-formatter/itip-view.c index 6f72c9bda2..1a8742b574 100644 --- a/modules/itip-formatter/itip-view.c +++ b/modules/itip-formatter/itip-view.c @@ -5705,7 +5705,7 @@ view_response_cb (ItipView *view, send_item (pitip, view); break; case ITIP_VIEW_RESPONSE_OPEN: - g_idle_add_full (G_PRIORITY_DEFAULT, idle_open_cb, pitip, NULL); + g_idle_add (idle_open_cb, pitip); return; default: break; -- cgit v1.2.3