[gnome-software] flatpak: Ensure the object ID is used when loading a flatpakrepo file



commit a12b272ee158a7db3b3c14bdedd5963a8f6fdf7b
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jul 10 18:01:08 2017 +0100

    flatpak: Ensure the object ID is used when loading a flatpakrepo file

 plugins/flatpak/gs-flatpak.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/flatpak/gs-flatpak.c b/plugins/flatpak/gs-flatpak.c
index 5cf137b..36e7222 100644
--- a/plugins/flatpak/gs-flatpak.c
+++ b/plugins/flatpak/gs-flatpak.c
@@ -2588,6 +2588,7 @@ gs_flatpak_create_app_from_repo_file (GsFlatpak *self,
                as_icon_set_url (ic, repo_icon);
                gs_app_add_icon (app, ic);
        }
+       gs_app_set_flatpak_object_id (app, gs_flatpak_get_id (self));
 
        /* success */
        return g_steal_pointer (&app);


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