[gnome-builder] flatpak: Fix function name
- From: Matthew Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] flatpak: Fix function name
- Date: Thu, 30 Mar 2017 00:52:41 +0000 (UTC)
commit de3f2fcf20d053a9462b523637e5da2ddfc512af
Author: Matthew Leeds <mleeds redhat com>
Date: Wed Mar 29 19:50:33 2017 -0500
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 f7d4baf..f5a65bb 100644
--- a/plugins/flatpak/gbp-flatpak-runtime.c
+++ b/plugins/flatpak/gbp-flatpak-runtime.c
@@ -176,7 +176,7 @@ gbp_flatpak_runtime_create_launcher (IdeRuntime *runtime,
ide_subprocess_launcher_push_argv (ret, "build");
if (GBP_IS_FLATPAK_CONFIGURATION (configuration))
- build_args = gbp_flatpak_configuration_get_build_commands (GBP_FLATPAK_CONFIGURATION
(configuration));
+ build_args = gbp_flatpak_configuration_get_build_args (GBP_FLATPAK_CONFIGURATION (configuration));
if (build_args != NULL)
ide_subprocess_launcher_push_args (ret, build_args);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]