summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-13 18:52:03 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-18 10:42:52 +0100
commit30a60c99f3a365a82d0d8338c8748683e6ccc942 (patch)
tree5014c71f8404c4e03b183a81b46586041da48ced
parent6ec796a92deaf1401a23b9b02853b3785ec577c7 (diff)
downloadappstream-glib-30a60c99f3a365a82d0d8338c8748683e6ccc942.tar.gz
Allow different source roots to define addons
-rw-r--r--libappstream-glib/as-store.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libappstream-glib/as-store.c b/libappstream-glib/as-store.c
index 768db83..318cb55 100644
--- a/libappstream-glib/as-store.c
+++ b/libappstream-glib/as-store.c
@@ -1332,6 +1332,10 @@ as_store_load (AsStore *store,
if (!as_store_load_app_install (store, dest, cancellable, error))
return FALSE;
}
+
+ /* match again, for applications extended from different roots */
+ as_store_match_addons (store);
+
return TRUE;
}