Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/eggfindbar.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-07-30 01:32:31 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-07-30 01:32:31 (GMT)
commitd03e2388d98142e9852a9cc65b6f9b626c1387ae (patch)
tree42ae349cd4122a920fc8148a24962f5dac1f2338 /shell/eggfindbar.h
parent8d3891671d42d8043dcfe66c6aeda9772e203ca3 (diff)
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 <silva@crans.org> and Frederic Peters <fpeters@entrouvert.com>. See bug #339966 for details.
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);