[gnome-logs/wip/dking/fixups: 2/3] eventviewlist: Fix incorrect parent class




commit 451b4cd795269dd042512a91ab149a1edfef27af
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Mon Oct 11 00:47:15 2021 +0200

    eventviewlist: Fix incorrect parent class
    
    This widget was never a list box.

 src/gl-eventviewlist.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gl-eventviewlist.h b/src/gl-eventviewlist.h
index a320264..e0ad0c8 100644
--- a/src/gl-eventviewlist.h
+++ b/src/gl-eventviewlist.h
@@ -28,7 +28,7 @@
 G_BEGIN_DECLS
 
 #define GL_TYPE_EVENT_VIEW_LIST (gl_event_view_list_get_type ())
-G_DECLARE_FINAL_TYPE (GlEventViewList, gl_event_view_list, GL, EVENT_VIEW_LIST, GtkListBox)
+G_DECLARE_FINAL_TYPE (GlEventViewList, gl_event_view_list, GL, EVENT_VIEW_LIST, GtkBox)
 
 GtkWidget * gl_event_view_list_new (void);
 GlRowEntry *gl_event_view_list_get_detail_entry (GlEventViewList *view);


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