From d03e2388d98142e9852a9cc65b6f9b626c1387ae Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 30 Jul 2006 01:32:31 +0000 Subject: Unify Evince findbar with Epiphany. Nice patch from Fabricio Silva * shell/eggfindbar.c: (egg_find_bar_class_init), (entry_activate_callback), (egg_find_bar_init), (egg_find_bar_set_status_text): * shell/eggfindbar.h: Unify Evince findbar with Epiphany. Nice patch from Fabricio Silva and Frederic Peters . See bug #339966 for details. --- (limited to 'shell/eggfindbar.h') diff --git a/shell/eggfindbar.h b/shell/eggfindbar.h index 402a08e..4b8c537 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); -- cgit v0.9.1