[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 162/331] Disable history button
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 162/331] Disable history button
- Date: Wed, 4 May 2016 14:12:08 +0000 (UTC)
commit 70e72d33a688b3e64f151e055ed16f8f05a4002d
Author: Robert Ancell <robert ancell canonical com>
Date: Wed Mar 16 16:06:23 2016 +1300
Disable history button
src/gs-shell-details.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index dfdbe0f..b3193d8 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -835,7 +835,8 @@ gs_shell_details_refresh_all (GsShellDetails *self)
break;
default:
gtk_widget_set_sensitive (self->button_history, history->len > 0);
- gtk_widget_set_visible (self->button_history, TRUE);
+ // Disabled on Ubuntu as we don't have history support
+ gtk_widget_set_visible (self->button_history, FALSE);//TRUE);
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]