From 3e47b6181418e1df3efe964b7f1d5874c120b508 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 17 Oct 2017 00:48:08 -0400 Subject: MqTabLabel: Fix class struct --- (limited to 'src') diff --git a/src/tab-label.c b/src/tab-label.c index 106a92d..b00e026 100644 --- a/src/tab-label.c +++ b/src/tab-label.c @@ -50,7 +50,7 @@ enum { static GParamSpec *obj_properties[N_PROPERTIES] = {NULL,}; struct _MqTabLabelClass { - GtkEventBox parent_class; + GtkEventBoxClass parent_class; }; G_DEFINE_TYPE(MqTabLabel, mq_tab_label, GTK_TYPE_EVENT_BOX) -- cgit v0.9.1