X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Feggfindbar.h;h=4b8c537f0e52a8658e2cb9bc99fb57b1638af40b;hb=f343927df4325959193353c52cff1ea4b20b2286;hp=402a08e474de5f983ffb6bf937e1971b15028995;hpb=92603d06e3606238f25df947fed3666c5814440d;p=evince.git diff --git a/shell/eggfindbar.h b/shell/eggfindbar.h index 402a08e4..4b8c537f 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);