From de05c84965bc829f14fb9165bd05d5612967a36d Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Wed, 16 Dec 2009 13:35:55 +0100 Subject: Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindow --- src/ephy-location-action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-location-action.c') diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index 598f9ff8c..7cc22e619 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -333,7 +333,7 @@ get_location_cb (EphyLocationEntry *entry, embed = ephy_embed_container_get_active_child (EPHY_EMBED_CONTAINER (priv->window)); - return g_strdup (ephy_web_view_get_address (EPHY_GET_EPHY_WEB_VIEW_FROM_EMBED (embed))); + return g_strdup (ephy_web_view_get_address (ephy_embed_get_web_view (embed))); } static char * @@ -345,7 +345,7 @@ get_title_cb (EphyLocationEntry *entry, embed = ephy_embed_container_get_active_child (EPHY_EMBED_CONTAINER (action->priv->window)); - return g_strdup (ephy_web_view_get_title (EPHY_GET_EPHY_WEB_VIEW_FROM_EMBED (embed))); + return g_strdup (ephy_web_view_get_title (ephy_embed_get_web_view (embed))); } static void -- cgit v1.2.3