X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Feggfindbar.h;h=eef556154f6b78a92320df4a673b72f2e0e9d3f2;hb=776a6fe02961d8901d21e172633d3c8d1c85dc93;hp=402a08e474de5f983ffb6bf937e1971b15028995;hpb=92603d06e3606238f25df947fed3666c5814440d;p=evince.git diff --git a/shell/eggfindbar.h b/shell/eggfindbar.h index 402a08e4..eef55615 100644 --- a/shell/eggfindbar.h +++ b/shell/eggfindbar.h @@ -19,7 +19,7 @@ Boston, MA 02111-1307, USA. #ifndef __EGG_FIND_BAR_H__ #define __EGG_FIND_BAR_H__ -#include +#include G_BEGIN_DECLS @@ -36,7 +36,7 @@ typedef struct _EggFindBarPrivate EggFindBarPrivate; struct _EggFindBar { - GtkBin parent_instance; + GtkToolbar parent; /*< private >*/ EggFindBarPrivate *priv; @@ -44,7 +44,7 @@ struct _EggFindBar struct _EggFindBarClass { - GtkBinClass parent_class; + GtkToolbarClass parent_class; void (* next) (EggFindBar *find_bar); void (* previous) (EggFindBar *find_bar);