[empathy] notify_ready_cb: use g_simple_async_result_complete instead of _in_idle



commit 6ba051c2deb8c8b5f1148ac2173f6901d50d1a89
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Jan 22 12:40:42 2010 +0000

    notify_ready_cb: use g_simple_async_result_complete instead of _in_idle

 libempathy/empathy-connection-managers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-connection-managers.c b/libempathy/empathy-connection-managers.c
index 9cda1a3..30a9b84 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);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]