summaryrefslogtreecommitdiff
path: root/client/gdaemonmount.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/gdaemonmount.c')
-rw-r--r--client/gdaemonmount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gdaemonmount.c b/client/gdaemonmount.c
index 5c41c026..2169cd91 100644
--- a/client/gdaemonmount.c
+++ b/client/gdaemonmount.c
@@ -247,7 +247,7 @@ g_daemon_mount_guess_content_type (GMount *mount,
callback,
user_data,
NULL);
- g_simple_async_result_complete (simple);
+ g_simple_async_result_complete_in_idle (simple);
g_object_unref (simple);
}