[gnome-software] trivial: Use the AppStream-approved runtime ID style
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Use the AppStream-approved runtime ID style
- Date: Fri, 20 Jan 2017 12:54:20 +0000 (UTC)
commit d69f5486847979b8bfc05b6127dd0905954b4fe9
Author: Richard Hughes <richard hughsie com>
Date: Fri Jan 20 11:58:27 2017 +0000
trivial: Use the AppStream-approved runtime ID style
src/plugins/gs-flatpak.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/gs-flatpak.c b/src/plugins/gs-flatpak.c
index ad02a3a..bf1ac0a 100644
--- a/src/plugins/gs-flatpak.c
+++ b/src/plugins/gs-flatpak.c
@@ -95,8 +95,7 @@ gs_flatpak_build_id (FlatpakRef *xref)
return g_strdup_printf ("%s.desktop",
flatpak_ref_get_name (xref));
}
- return g_strdup_printf ("%s.runtime",
- flatpak_ref_get_name (xref));
+ return g_strdup (flatpak_ref_get_name (xref));
}
static GsApp *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]