aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-client-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-client-cache.c b/e-util/e-client-cache.c
index 1ad92b605b..4b48db875a 100644
--- a/e-util/e-client-cache.c
+++ b/e-util/e-client-cache.c
@@ -577,7 +577,7 @@ client_cache_process_results (ClientData *client_data,
(GDestroyNotify) g_object_unref);
if (error != NULL)
g_simple_async_result_set_from_error (simple, error);
- g_simple_async_result_complete (simple);
+ g_simple_async_result_complete_in_idle (simple);
g_object_unref (simple);
}
}