[gnome-builder/gnome-builder-3-20] app: fixup task passing



commit ab2fcf86f569917613e0f9522c7689e45536a8ce
Author: Christian Hergert <chergert redhat com>
Date:   Thu May 12 12:41:59 2016 +0300

    app: fixup task passing

 libide/ide-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-application.c b/libide/ide-application.c
index 50dc28b..f3d6188 100644
--- a/libide/ide-application.c
+++ b/libide/ide-application.c
@@ -531,7 +531,7 @@ ide_application_get_worker_async (IdeApplication      *self,
                                        plugin_name,
                                        cancellable,
                                        ide_application_get_worker_cb,
-                                       task);
+                                       g_object_ref (task));
 }
 
 /**


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