[gnome-software/wip/rancell/test: 11/17] Hide the Kudo details - they're not correctly populated in Ubuntu and probably don't make sense
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/test: 11/17] Hide the Kudo details - they're not correctly populated in Ubuntu and probably don't make sense
- Date: Tue, 14 Feb 2017 03:57:04 +0000 (UTC)
commit 944ba17561c925a6b73bdd7696c2521326a7d52b
Author: Robert Ancell <robert ancell canonical com>
Date: Thu Feb 25 12:40:53 2016 +1300
Hide the Kudo details - they're not correctly populated in Ubuntu and probably don't make sense
src/gs-shell-details.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index 68cd749..efcb193 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -833,9 +833,10 @@ gs_shell_details_refresh_all (GsShellDetails *self)
/* hide the kudo details for non-desktop software */
switch (gs_app_get_kind (self->app)) {
- case AS_APP_KIND_DESKTOP:
+ // Hidden on Ubuntu since don't have appropriate information
+ /*case AS_APP_KIND_DESKTOP:
gtk_widget_set_visible (self->grid_details_kudo, TRUE);
- break;
+ break;*/
default:
gtk_widget_set_visible (self->grid_details_kudo, FALSE);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]