[gnome-software] Don't hardcode the version of OS updates



commit 15d3501a2b0c6ff18af39907c90450f58b8e96d1
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Aug 22 00:25:26 2013 -0400

    Don't hardcode the version of OS updates
    
    We'll show a date or version information when we actually
    get batched updates that come with such metadata.

 src/gs-plugin-loader.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index 4601532..fe14118 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -331,7 +331,6 @@ cd_plugin_loader_get_updates_thread_cb (GSimpleAsyncResult *res,
                gs_app_set_name (app, _("OS Updates"));
                gs_app_set_summary (app, _("Includes performance, stability and security improvements for all 
users."));
                gs_app_set_description (app, _("Includes performance, stability and security improvements for 
all users."));
-               gs_app_set_version (app, "3.10.1");
                for (l = state->list; l != NULL; l = l->next) {
                        app_tmp = GS_APP (l->data);
                        if (gs_app_get_kind (app_tmp) != GS_APP_KIND_PACKAGE)


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