[gnome-software/gnome-3-10] Always dedupe after refining results



commit e30e5603bba7a22d8ed5cca36f6cb1d3f1a8f6c6
Author: Richard Hughes <richard hughsie com>
Date:   Tue Oct 8 18:03:09 2013 +0100

    Always dedupe after refining results
    
    This ensures we show any update details for applications in the search results.

 src/gs-plugin-loader.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index e23a6e2..8c83677 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -209,6 +209,9 @@ gs_plugin_loader_run_refine (GsPluginLoader *plugin_loader,
                         g_timer_elapsed (plugin->timer, NULL) * 1000);
        }
 
+       /* dedupe applications we already know about */
+       gs_plugin_loader_list_dedupe (plugin_loader, list);
+
        /* success */
        ret = TRUE;
 out:


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