Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/eggfindbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/eggfindbar.h')
-rw-r--r--shell/eggfindbar.h6
1 files changed, 3 insertions, 3 deletions
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 <gtk/gtkbin.h>
+#include <gtk/gtktoolbar.h>
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);