aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-05-24 02:07:49 +0800
committerBastien Nocera <hadess@hadess.net>2013-05-24 02:57:32 +0800
commitabd95b68ee4aff500452ea605f6e00ad51557478 (patch)
tree5775f4c249c971a62c2f1cdb24829c4c5559bd98
parentabf19158a76fe9e6f944493b76d8a869d5e566b1 (diff)
downloadgsoc2013-epiphany-abd95b68ee4aff500452ea605f6e00ad51557478.tar
gsoc2013-epiphany-abd95b68ee4aff500452ea605f6e00ad51557478.tar.gz
gsoc2013-epiphany-abd95b68ee4aff500452ea605f6e00ad51557478.tar.bz2
gsoc2013-epiphany-abd95b68ee4aff500452ea605f6e00ad51557478.tar.lz
gsoc2013-epiphany-abd95b68ee4aff500452ea605f6e00ad51557478.tar.xz
gsoc2013-epiphany-abd95b68ee4aff500452ea605f6e00ad51557478.tar.zst
gsoc2013-epiphany-abd95b68ee4aff500452ea605f6e00ad51557478.zip
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
-rw-r--r--src/ephy-find-toolbar.h2
1 files changed, 1 insertions, 1 deletions
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);