[gnome-software] gs-installed-page: Hide folders from app rows
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] gs-installed-page: Hide folders from app rows
- Date: Fri, 12 Jul 2019 19:32:46 +0000 (UTC)
commit 3b6dea34d7858c89cd536c7644bcffca9b6bfb9e
Author: Philip Withnall <withnall endlessm com>
Date: Thu Jun 27 17:46:33 2019 +0100
gs-installed-page: Hide folders from app rows
Not many apps have a folder set on them, and it doesn’t particularly
help in distinguishing and differentiating apps. It just adds occasional
visual clutter. By the time a user has installed an app, they should
have an idea of what it does and how to distinguish it from their other
apps — folders are more useful when initially choosing which apps to
install.
Signed-off-by: Philip Withnall <withnall endlessm com>
src/gs-installed-page.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-installed-page.c b/src/gs-installed-page.c
index 8b46e358..bb852bec 100644
--- a/src/gs-installed-page.c
+++ b/src/gs-installed-page.c
@@ -172,7 +172,7 @@ gs_installed_page_add_app (GsInstalledPage *self, GsAppList *list, GsApp *app)
GtkWidget *app_row;
app_row = gs_app_row_new (app);
- gs_app_row_set_show_folders (GS_APP_ROW (app_row), TRUE);
+ gs_app_row_set_show_folders (GS_APP_ROW (app_row), FALSE);
gs_app_row_set_show_buttons (GS_APP_ROW (app_row), TRUE);
if (gs_utils_list_has_app_fuzzy (list, app))
gs_app_row_set_show_source (GS_APP_ROW (app_row), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]