[gnome-software] Do not overwrite the app summary with the update details



commit 5e35cd3aad09842ad5f1a926e1066694d7265808
Author: Richard Hughes <richard hughsie com>
Date:   Thu Aug 22 08:29:20 2013 +0100

    Do not overwrite the app summary with the update details

 src/gs-plugin-loader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index fe14118..bf73b67 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -318,7 +318,7 @@ cd_plugin_loader_get_updates_thread_cb (GSimpleAsyncResult *res,
                        /* if we have update text, then use it */
                        tmp = gs_app_get_metadata_item (app_tmp, "update-details");
                        if (tmp != NULL && tmp[0] != '\0')
-                               gs_app_set_summary (app_tmp, tmp);
+                               gs_app_set_description (app_tmp, tmp);
                }
        }
 


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