[gnome-software/wip/ubuntu-3-26: 39/42] Don't randomize editors picks.
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/ubuntu-3-26: 39/42] Don't randomize editors picks.
- Date: Thu, 14 Sep 2017 21:34:53 +0000 (UTC)
commit 764be9c02d51f71c659ebd7ee4660b0f5b7fbd88
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Aug 18 16:27:26 2017 +1200
Don't randomize editors picks.
The featured snaps are provided in a significant order.
https://bugs.launchpad.net/bugs/1705953
src/gs-overview-page.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-overview-page.c b/src/gs-overview-page.c
index 385c29e..338c745 100644
--- a/src/gs-overview-page.c
+++ b/src/gs-overview-page.c
@@ -176,7 +176,9 @@ gs_overview_page_get_popular_cb (GObject *source_object,
}
/* Don't show apps from the category that's currently featured as the category of the day */
gs_app_list_filter (list, filter_category, priv->category_of_day);
- gs_app_list_randomize (list);
+ /* Disabled on Ubuntu as we only show snaps and the order is significant
+ * https://bugs.launchpad.net/bugs/1705953 */
+ //gs_app_list_randomize (list);
gs_container_remove_all (GTK_CONTAINER (priv->box_popular));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]