From abd95b68ee4aff500452ea605f6e00ad51557478 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 23 May 2013 20:07:49 +0200 Subject: ephy-find-toolbar: Correct the parent class used The instance is a GtkBox child, so the class should be a GtkBoxClass child, not GtkToolbarClass. https://bugzilla.gnome.org/show_bug.cgi?id=700910 --- src/ephy-find-toolbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ephy-find-toolbar.h b/src/ephy-find-toolbar.h index 92720726b..aec1d16ce 100644 --- a/src/ephy-find-toolbar.h +++ b/src/ephy-find-toolbar.h @@ -53,7 +53,7 @@ struct _EphyFindToolbar struct _EphyFindToolbarClass { - GtkToolbarClass parent_class; + GtkBoxClass parent_class; /* Signals */ void (* next) (EphyFindToolbar *toolbar); -- cgit v1.2.3