[gnome-control-center] applications: Fix CcInfoRow having the wrong parent.



commit fc1b750f196aa743b68ef887e4254edcc819cfcd
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue May 17 12:14:56 2022 +1200

    applications: Fix CcInfoRow having the wrong parent.
    
    Introduced in 9e38b89752

 panels/applications/cc-info-row.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/applications/cc-info-row.c b/panels/applications/cc-info-row.c
index cb835df12..6dcff9860 100644
--- a/panels/applications/cc-info-row.c
+++ b/panels/applications/cc-info-row.c
@@ -26,7 +26,7 @@
 
 struct _CcInfoRow
 {
-  GtkListBoxRow parent;
+  AdwActionRow parent;
 
   GtkWidget    *info;
   GtkWidget    *expander;


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