[gnome-software/mwleeds/hardcoded-pwa-list] fixup! installed-page: Put web apps in a separate section
- From: Phaedrus Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/mwleeds/hardcoded-pwa-list] fixup! installed-page: Put web apps in a separate section
- Date: Tue, 22 Mar 2022 19:12:53 +0000 (UTC)
commit a4fca0b3e95cb0443421ac675ab74c2ac1d9812d
Author: Phaedrus Leeds <mwleeds protonmail com>
Date: Tue Mar 22 11:15:24 2022 -0700
fixup! installed-page: Put web apps in a separate section
src/gs-installed-page.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/gs-installed-page.c b/src/gs-installed-page.c
index 00b17c360..765e2278b 100644
--- a/src/gs-installed-page.c
+++ b/src/gs-installed-page.c
@@ -460,6 +460,7 @@ gs_installed_page_load (GsInstalledPage *self)
gs_widget_remove_all (self->list_box_install_apps, gs_installed_page_remove_all_cb);
gs_widget_remove_all (self->list_box_install_system_apps, gs_installed_page_remove_all_cb);
gs_widget_remove_all (self->list_box_install_addons, gs_installed_page_remove_all_cb);
+ gs_widget_remove_all (self->list_box_install_web_apps, gs_installed_page_remove_all_cb);
update_groups (self);
flags = GS_PLUGIN_REFINE_FLAGS_REQUIRE_ICON |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]