[gnome-software/wip/attente/clean-ubuntu-changes: 6/15] Update kudo hiding code
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/attente/clean-ubuntu-changes: 6/15] Update kudo hiding code
- Date: Thu, 31 Mar 2016 18:26:22 +0000 (UTC)
commit 606d00c6531c0295f622483e8cb5c5c66b3eb5ed
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 +++--
src/gs-shell-details.ui | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index 1d59993..a6d3dd0 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -817,9 +817,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;
diff --git a/src/gs-shell-details.ui b/src/gs-shell-details.ui
index 4467579..c96c75c 100644
--- a/src/gs-shell-details.ui
+++ b/src/gs-shell-details.ui
@@ -617,7 +617,7 @@
<property name="spacing">30</property>
<child>
<object class="GtkGrid" id="grid_details_kudo">
- <property name="visible">False</property>
+ <property name="visible">True</property>
<property name="can_focus">False</property>
<property name="row_spacing">9</property>
<property name="column_spacing">12</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]