aboutsummaryrefslogtreecommitdiffstats
path: root/modules/itip-formatter
diff options
context:
space:
mode:
authorMichel Dänzer <michel@daenzer.net>2013-02-08 19:36:38 +0800
committerMilan Crha <mcrha@redhat.com>2013-02-08 19:37:30 +0800
commit2b507716b257e6ef98dae8463180dbe718eb7b64 (patch)
treeee0ab1d3c76b1cee11bc85ba0b3970ad930361af /modules/itip-formatter
parent269149baf55e10a64d64b26ec4f67c9840e1ce38 (diff)
downloadgsoc2013-evolution-2b507716b257e6ef98dae8463180dbe718eb7b64.tar
gsoc2013-evolution-2b507716b257e6ef98dae8463180dbe718eb7b64.tar.gz
gsoc2013-evolution-2b507716b257e6ef98dae8463180dbe718eb7b64.tar.bz2
gsoc2013-evolution-2b507716b257e6ef98dae8463180dbe718eb7b64.tar.lz
gsoc2013-evolution-2b507716b257e6ef98dae8463180dbe718eb7b64.tar.xz
gsoc2013-evolution-2b507716b257e6ef98dae8463180dbe718eb7b64.tar.zst
gsoc2013-evolution-2b507716b257e6ef98dae8463180dbe718eb7b64.zip
Bug #683867 - Schedule actions with higher idle priority
Diffstat (limited to 'modules/itip-formatter')
-rw-r--r--modules/itip-formatter/itip-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/itip-formatter/itip-view.c b/modules/itip-formatter/itip-view.c
index 1a8742b574..6f72c9bda2 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 (idle_open_cb, pitip);
+ g_idle_add_full (G_PRIORITY_DEFAULT, idle_open_cb, pitip, NULL);
return;
default:
break;