diff options
Diffstat (limited to 'calendar/gui/e-cal-model.c')
-rw-r--r-- | calendar/gui/e-cal-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c index 02020ae2cf..5748e23d78 100644 --- a/calendar/gui/e-cal-model.c +++ b/calendar/gui/e-cal-model.c @@ -3735,7 +3735,7 @@ redo_queries (ECalModel *model) if (!g_main_context_is_owner (g_main_context_default ())) { /* function called from other than main thread */ - g_timeout_add (10, cleanup_content_cb, &data); + e_named_timeout_add (10, cleanup_content_cb, &data); e_flag_wait (data.eflag); } else { cleanup_content_cb (&data); |