[gnome-builder] flatpak: Fix function name



commit a62d59333b8115ee3fbf46dc3fc6c5892ef0238f
Author: Matthew Leeds <mleeds redhat com>
Date:   Wed Nov 16 17:20:38 2016 -0600

    flatpak: Fix function name

 plugins/flatpak/gbp-flatpak-runtime.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/flatpak/gbp-flatpak-runtime.c b/plugins/flatpak/gbp-flatpak-runtime.c
index f842f9e..f085f54 100644
--- a/plugins/flatpak/gbp-flatpak-runtime.c
+++ b/plugins/flatpak/gbp-flatpak-runtime.c
@@ -281,7 +281,7 @@ gbp_flatpak_runtime_prebuild_worker (GTask        *task,
     }
   ide_build_result_log_subprocess (build_result, process2);
   /* If the directory is already initialized, don't fail */
-  ide_subprocess_wait_check (process2, cancellable, NULL);
+  ide_subprocess_wait (process2, cancellable, NULL);
 
   g_task_return_boolean (task, TRUE);
 }


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