aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-utils.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-11-07 07:24:16 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-12-06 23:50:00 +0800
commita7754510a01e60d856b20946e2a479b5cf149ff2 (patch)
tree8b8ef21c814e4214cd8a07a23cc83b3ac54533bf /embed/ephy-embed-utils.h
parent5ca644b3023b74aff98995a2829cc7281088e756 (diff)
downloadgsoc2013-epiphany-a7754510a01e60d856b20946e2a479b5cf149ff2.tar
gsoc2013-epiphany-a7754510a01e60d856b20946e2a479b5cf149ff2.tar.gz
gsoc2013-epiphany-a7754510a01e60d856b20946e2a479b5cf149ff2.tar.bz2
gsoc2013-epiphany-a7754510a01e60d856b20946e2a479b5cf149ff2.tar.lz
gsoc2013-epiphany-a7754510a01e60d856b20946e2a479b5cf149ff2.tar.xz
gsoc2013-epiphany-a7754510a01e60d856b20946e2a479b5cf149ff2.tar.zst
gsoc2013-epiphany-a7754510a01e60d856b20946e2a479b5cf149ff2.zip
ephy-embed: clean up embed widget skeleton
The inspector embedding breaks some assumptions about the internal embed widgetry, mainly breaking EPHY_GET_EMBED_FROM_EPHY_WEB_VIEW macro. The embed now has the main EphyWebView in a GtkPaned permanently. Bug #628459
Diffstat (limited to 'embed/ephy-embed-utils.h')
-rw-r--r--embed/ephy-embed-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-utils.h b/embed/ephy-embed-utils.h
index 28ba0a96c..b1ee9adeb 100644
--- a/embed/ephy-embed-utils.h
+++ b/embed/ephy-embed-utils.h
@@ -36,7 +36,7 @@
G_BEGIN_DECLS
#define EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED(embed) (WEBKIT_WEB_VIEW (ephy_embed_get_web_view (embed)))
-#define EPHY_GET_EMBED_FROM_EPHY_WEB_VIEW(view) (EPHY_EMBED (gtk_widget_get_parent (gtk_widget_get_parent (GTK_WIDGET (view)))))
+#define EPHY_GET_EMBED_FROM_EPHY_WEB_VIEW(view) (EPHY_EMBED (gtk_widget_get_parent (gtk_widget_get_parent (gtk_widget_get_parent (GTK_WIDGET (view))))))
#define EPHY_WEBKIT_BACK_FORWARD_LIMIT 100