[gnome-builder/wip/gtk4-port: 1115/1774] plugins/flatpak: use joined argv for command
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1115/1774] plugins/flatpak: use joined argv for command
- Date: Mon, 11 Jul 2022 22:31:35 +0000 (UTC)
commit 385c1d75c9570c648a7f0a9c23986d389c6d4b2e
Author: Christian Hergert <chergert redhat com>
Date: Sun May 22 10:50:47 2022 -0700
plugins/flatpak: use joined argv for command
src/plugins/flatpak/gbp-flatpak-run-command-provider.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/flatpak/gbp-flatpak-run-command-provider.c
b/src/plugins/flatpak/gbp-flatpak-run-command-provider.c
index b66a9da01..869b8a2fe 100644
--- a/src/plugins/flatpak/gbp-flatpak-run-command-provider.c
+++ b/src/plugins/flatpak/gbp-flatpak-run-command-provider.c
@@ -100,7 +100,7 @@ gbp_flatpak_run_command_provider_list_commands_async (IdeRunCommandProvider *pro
ide_run_command_set_id (command, "flatpak:");
ide_run_command_set_priority (command, -1000);
ide_run_command_set_display_name (command, _("Flatpak Application"));
- ide_run_command_set_argv (command, (const char * const *)x_run_args);
+ ide_run_command_set_argv (command, (const char * const *)argv);
g_list_store_append (store, command);
ide_task_return_pointer (task, g_steal_pointer (&store), g_object_unref);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]