From 6ba051c2deb8c8b5f1148ac2173f6901d50d1a89 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 22 Jan 2010 12:40:42 +0000 Subject: notify_ready_cb: use g_simple_async_result_complete instead of _in_idle --- libempathy/empathy-connection-managers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-connection-managers.c b/libempathy/empathy-connection-managers.c index 9cda1a331..30a9b8471 100644 --- a/libempathy/empathy-connection-managers.c +++ b/libempathy/empathy-connection-managers.c @@ -297,7 +297,7 @@ notify_ready_cb (EmpathyConnectionManagers *self, GParamSpec *spec, GSimpleAsyncResult *result) { - g_simple_async_result_complete_in_idle (result); + g_simple_async_result_complete (result); g_object_unref (result); } -- cgit v1.2.3