diff options
author | Patrick McDermott <pj@pehjota.net> | 2017-10-17 00:48:08 (EDT) |
---|---|---|
committer | Patrick McDermott <pj@pehjota.net> | 2017-10-17 00:48:08 (EDT) |
commit | 3e47b6181418e1df3efe964b7f1d5874c120b508 (patch) | |
tree | d3b03fcd4e39db37aab8897f31c970288b4a11b1 /src | |
parent | 8c20979ef34de5b073dbcb61fc3581798d5e2b8a (diff) | |
download | marquee-3e47b6181418e1df3efe964b7f1d5874c120b508.zip marquee-3e47b6181418e1df3efe964b7f1d5874c120b508.tar.gz marquee-3e47b6181418e1df3efe964b7f1d5874c120b508.tar.bz2 |
MqTabLabel: Fix class struct
Diffstat (limited to 'src')
-rw-r--r-- | src/tab-label.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |