From 944e7bf381c497111cbe10aacfc08bf4908e3932 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Tue, 18 Jun 2019 13:12:23 -0700 Subject: [PATCH] common/flatpak-dir-private.h: Fix order of arguments This issue was introduced by commit 5da7a0411. Fixes https://github.com/flatpak/flatpak/issues/2966 Closes: #2968 Approved by: matthiasclasen (cherry picked from commit 1ce250b5bd9ccb07b601a90b8742a9f0744c268c) Closes: #2992 Approved by: alexlarsson --- common/flatpak-dir-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flatpak-dir-private.h b/common/flatpak-dir-private.h index 566a2673..7111e31b 100644 --- a/common/flatpak-dir-private.h +++ b/common/flatpak-dir-private.h @@ -901,8 +901,8 @@ GPtrArray * flatpak_dir_find_local_related_for_metadata (FlatpakDir *self, GCancellable *cancellable, GError **error); GPtrArray * flatpak_dir_find_local_related (FlatpakDir *self, - const char *remote_name, const char *ref, + const char *remote_name, gboolean deployed, GCancellable *cancellable, GError **error);