[gnome-software/1635-context-tile-dialogs-rows-look-compressed] gs-context-dialog-row: Correct property name in one constructor



commit 652455b8d37c0603484155a34dadfe87974adbc1
Author: Milan Crha <mcrha redhat com>
Date:   Thu Feb 17 18:19:21 2022 +0100

    gs-context-dialog-row: Correct property name in one constructor
    
    It exhibited as a runtime warning when opening disk usage dialog:
    
    `GLib-GObject g_object_new_is_valid_property: object class 'GsContextDialogRow' has no property named 
'description'`

 src/gs-context-dialog-row.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-context-dialog-row.c b/src/gs-context-dialog-row.c
index 3bbe9b036..da72c3f1f 100644
--- a/src/gs-context-dialog-row.c
+++ b/src/gs-context-dialog-row.c
@@ -264,7 +264,7 @@ gs_context_dialog_row_new_text (const gchar                  *content,
                             "content", content,
                             "importance", importance,
                             "title", title,
-                            "description", description,
+                            "subtitle", description,
                             NULL);
 }
 


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