[gnome-software/wip/rancell/ubuntu-3-20-4: 40/50] Update kudo hiding code
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/ubuntu-3-20-4: 40/50] Update kudo hiding code
- Date: Sun, 18 Jun 2017 01:14:04 +0000 (UTC)
commit bfc48f1cf7ca8f1464969f500279936af43684ac
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Mar 4 14:38:35 2016 +1300
Update kudo hiding code
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 d3e235d..655f657 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -832,9 +832,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]