[gnome-software/mwleeds/hardcoded-pwa-list: 232/232] installed-page: more debug statements
- From: Phaedrus Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/mwleeds/hardcoded-pwa-list: 232/232] installed-page: more debug statements
- Date: Mon, 21 Mar 2022 23:15:39 +0000 (UTC)
commit 48a0e1aaa5248df256ce450ee7f426bb93f6e667
Author: Phaedrus Leeds <mwleeds protonmail com>
Date: Mon Mar 21 16:13:20 2022 -0700
installed-page: more debug statements
src/gs-installed-page.c | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/gs-installed-page.c b/src/gs-installed-page.c
index eb563781c..00b17c360 100644
--- a/src/gs-installed-page.c
+++ b/src/gs-installed-page.c
@@ -340,10 +340,14 @@ gs_installed_page_add_app (GsInstalledPage *self, GsAppList *list, GsApp *app)
{
GtkWidget *app_row;
+ g_debug ("Installed page: add app %s (%p)", gs_app_get_id (app), app);
+
/* only show if is an actual application */
if (!gs_installed_page_is_actual_app (app))
return;
+ g_debug ("Installed page: app %s (%p) meets requirements", gs_app_get_id (app), app);
+
app_row = g_object_new (GS_TYPE_APP_ROW,
"app", app,
"show-buttons", TRUE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]