[gnome-software] fwupd: Use the title as the source name



commit e7f1aee06718cc5315ec5b51b2263c65484f8c80
Author: Richard Hughes <richard hughsie com>
Date:   Tue Nov 21 20:56:43 2017 +0000

    fwupd: Use the title as the source name

 plugins/fwupd/gs-plugin-fwupd.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/plugins/fwupd/gs-plugin-fwupd.c b/plugins/fwupd/gs-plugin-fwupd.c
index 467c97d..c982ccf 100644
--- a/plugins/fwupd/gs-plugin-fwupd.c
+++ b/plugins/fwupd/gs-plugin-fwupd.c
@@ -1353,9 +1353,7 @@ gs_plugin_add_sources (GsPlugin *plugin,
                                  AS_APP_STATE_INSTALLED : AS_APP_STATE_AVAILABLE);
                gs_app_add_quirk (app, AS_APP_QUIRK_NOT_LAUNCHABLE);
                gs_app_set_name (app, GS_APP_QUALITY_LOWEST,
-                                fwupd_remote_get_id (remote));
-               gs_app_set_summary (app, GS_APP_QUALITY_LOWEST,
-                                   fwupd_remote_get_title (remote));
+                                fwupd_remote_get_title (remote));
                gs_app_set_url (app, AS_URL_KIND_HOMEPAGE,
                                fwupd_remote_get_metadata_uri (remote));
                gs_app_set_metadata (app, "fwupd::remote-id",


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