[gnome-software] Make app folder configuration available



commit b8848c34b433cbefb71dbaf98766c7bc0799d526
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 18 07:51:15 2013 -0500

    Make app folder configuration available
    
    Take out the TEST_FOLDERS protection we had around this - there
    is a branch with a gnome-shell implementation for this now, so
    we are close to having it work.

 src/gs-shell-installed.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/gs-shell-installed.c b/src/gs-shell-installed.c
index c15c703..34ba6fa 100644
--- a/src/gs-shell-installed.c
+++ b/src/gs-shell-installed.c
@@ -315,10 +315,8 @@ gs_shell_installed_refresh (GsShellInstalled *shell_installed, gboolean scroll_u
                widget = GTK_WIDGET (gtk_builder_get_object (priv->builder, "buttonbox_main"));
                gtk_widget_show (widget);
 
-               if (g_getenv ("TEST_FOLDERS")) {
-                       widget = GTK_WIDGET (gtk_builder_get_object (priv->builder, "button_select"));
-                       gtk_widget_show (widget);
-               }
+               widget = GTK_WIDGET (gtk_builder_get_object (priv->builder, "button_select"));
+               gtk_widget_show (widget);
        }
 
        gtk_list_box_invalidate_sort (priv->list_box_installed);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]