From a62be2bb0ad051a60b99b02e39c58f96dd5b3b9e Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 2 Jun 2009 18:56:28 +0300 Subject: Move load_url method to EphyWebView. --- src/ephy-shell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ephy-shell.c') diff --git a/src/ephy-shell.c b/src/ephy-shell.c index f9f11387e..0c013b804 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -396,8 +396,7 @@ load_homepage (EphyEmbed *embed) } is_empty = url_is_empty (home); - - ephy_embed_load_url (embed, home); + ephy_web_view_load_url (EPHY_WEB_VIEW (EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED (embed)), home); g_free (home); -- cgit v1.2.3