[libgnomekbd] status: Fix wrong parent class structure



commit c403f85a9513faa14c4ba96b613fa9e6e1a66d47
Author: Corentin Noël <corentin noel collabora com>
Date:   Wed Jun 22 08:59:15 2022 +0200

    status: Fix wrong parent class structure
    
    GkbdStatus is a GtkStatusIcon subclass.

 libgnomekbd/gkbd-status.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgnomekbd/gkbd-status.h b/libgnomekbd/gkbd-status.h
index b7929aa..fb257a8 100644
--- a/libgnomekbd/gkbd-status.h
+++ b/libgnomekbd/gkbd-status.h
@@ -41,7 +41,7 @@ struct _GkbdStatus {
 };
 
 struct _GkbdStatusClass {
-       GtkNotebookClass parent_class;
+       GtkStatusIconClass parent_class;
 };
 
 GType gkbd_status_get_type (void);


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