[gnome-software/wip/ubuntu-xenial: 3/3] Disable app folders feature when run outside GNOME
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/ubuntu-xenial: 3/3] Disable app folders feature when run outside GNOME
- Date: Tue, 14 Jun 2016 16:55:53 +0000 (UTC)
commit edcffc1b76f8ea521f90786fb099f45eaae2105f
Author: Jeremy Bicha <jbicha linux com>
Date: Mon Jun 13 09:18:09 2016 -0400
Disable app folders feature when run outside GNOME
Other desktops don't support GNOME's app folders
https://bugzilla.gnome.org/show_bug.cgi?id=767378
src/gs-shell-installed.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-shell-installed.c b/src/gs-shell-installed.c
index 8c9c86a..5126ad4 100644
--- a/src/gs-shell-installed.c
+++ b/src/gs-shell-installed.c
@@ -275,7 +275,7 @@ gs_shell_installed_switch_to (GsPage *page, gboolean scroll_up)
widget = GTK_WIDGET (gtk_builder_get_object (self->builder, "buttonbox_main"));
gtk_widget_show (widget);
- gtk_widget_show (self->button_select);
+ gtk_widget_set_visible (self->button_select, gs_utils_is_current_desktop ("GNOME"));
if (scroll_up) {
GtkAdjustment *adj;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]