diff options
author | Xan Lopez <xan@gnome.org> | 2011-02-11 05:27:40 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2011-02-11 05:35:09 +0800 |
commit | 87466892eb08ec1f5efd6ea33589355b9bab05d0 (patch) | |
tree | c8627fb43f7706e73d9519b95770608b7186465d /embed/ephy-embed-utils.h | |
parent | cfff1c9b9f901c64645347a712dae702501f6d4e (diff) | |
download | gsoc2013-epiphany-87466892eb08ec1f5efd6ea33589355b9bab05d0.tar.gz gsoc2013-epiphany-87466892eb08ec1f5efd6ea33589355b9bab05d0.tar.zst gsoc2013-epiphany-87466892eb08ec1f5efd6ea33589355b9bab05d0.zip |
Port floating statusbar to gedit's overlay widget
Works correctly in framed pages, and fixes a few bugs along the way
(not to mention it should be more efficient since it does not redraw
needlessly).
The gedit code has been modified to get rid of the animation stuff we
don't really need atm; we have coordinated with the gedit developers
and hopefully both versions will be in sync again really soon.
Diffstat (limited to 'embed/ephy-embed-utils.h')
-rw-r--r-- | embed/ephy-embed-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-utils.h b/embed/ephy-embed-utils.h index b1ee9adeb..cb7890002 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_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_get_parent ((GTK_WIDGET (view)))))))) #define EPHY_WEBKIT_BACK_FORWARD_LIMIT 100 |