aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-find-toolbar.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-06-30 02:15:38 +0800
committerXan Lopez <xan@src.gnome.org>2008-06-30 02:15:38 +0800
commit898961c9a4cacc9379a3fe871a5f173baf69b866 (patch)
tree17c704ca5a714398814496158a27c3d0b7d933cc /src/ephy-find-toolbar.c
parent42bc2e2079a240286b5f3e3891ec942f341a88f7 (diff)
downloadgsoc2013-epiphany-898961c9a4cacc9379a3fe871a5f173baf69b866.tar
gsoc2013-epiphany-898961c9a4cacc9379a3fe871a5f173baf69b866.tar.gz
gsoc2013-epiphany-898961c9a4cacc9379a3fe871a5f173baf69b866.tar.bz2
gsoc2013-epiphany-898961c9a4cacc9379a3fe871a5f173baf69b866.tar.lz
gsoc2013-epiphany-898961c9a4cacc9379a3fe871a5f173baf69b866.tar.xz
gsoc2013-epiphany-898961c9a4cacc9379a3fe871a5f173baf69b866.tar.zst
gsoc2013-epiphany-898961c9a4cacc9379a3fe871a5f173baf69b866.zip
ephy-embed-utils: add macro to get webkitwebview from embed.
Will be used in the process to get rid of the embedding abstraction. svn path=/trunk/; revision=8301
Diffstat (limited to 'src/ephy-find-toolbar.c')
-rw-r--r--src/ephy-find-toolbar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-find-toolbar.c b/src/ephy-find-toolbar.c
index 1d38d82c9..924b643fd 100644
--- a/src/ephy-find-toolbar.c
+++ b/src/ephy-find-toolbar.c
@@ -21,6 +21,7 @@
#include "config.h"
+#include "ephy-embed-utils.h"
#include "ephy-find-toolbar.h"
#include "ephy-debug.h"
@@ -32,8 +33,6 @@
#define EPHY_FIND_TOOLBAR_GET_PRIVATE(object) (G_TYPE_INSTANCE_GET_PRIVATE ((object),EPHY_TYPE_FIND_TOOLBAR, EphyFindToolbarPrivate))
-#define EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED(embed) (WEBKIT_WEB_VIEW (gtk_bin_get_child (GTK_BIN (gtk_bin_get_child (GTK_BIN (embed))))))
-
struct _EphyFindToolbarPrivate
{
EphyWindow *window;