[glib] Bug 615111 – GAsyncInitable's default implementation is broken



commit ccbafd0f14cca899c07cd6a630096125988be8a9
Author: David Zeuthen <davidz redhat com>
Date:   Mon Apr 19 10:42:42 2010 -0400

    Bug 615111 â?? GAsyncInitable's default implementation is broken
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 gio/gasyncinitable.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gasyncinitable.c b/gio/gasyncinitable.c
index 05e17e2..c369a4e 100644
--- a/gio/gasyncinitable.c
+++ b/gio/gasyncinitable.c
@@ -201,7 +201,7 @@ async_init_thread (GSimpleAsyncResult *res,
 {
   GError *error = NULL;
 
-  if (!g_initable_init (G_INITABLE (res), cancellable, &error))
+  if (!g_initable_init (G_INITABLE (object), cancellable, &error))
     {
       g_simple_async_result_set_from_error (res, error);
       g_error_free (error);



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