From 5aac39ff9672fb14e03ff33b99ab4853955a5592 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 29 Jun 2008 18:15:48 +0000 Subject: embed: remove ephy_embed_reload. Use WebKit API directly. svn path=/trunk/; revision=8303 --- embed/ephy-base-embed.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'embed/ephy-base-embed.c') diff --git a/embed/ephy-base-embed.c b/embed/ephy-base-embed.c index 5c2f506e5..28a64008f 100644 --- a/embed/ephy-base-embed.c +++ b/embed/ephy-base-embed.c @@ -1305,8 +1305,10 @@ ephy_base_embed_file_monitor_reload_cb (EphyBaseEmbed *embed) priv->reload_scheduled_id = 0; LOG ("Reloading file '%s'", ephy_embed_get_address (EPHY_EMBED (embed))); - - ephy_embed_reload (EPHY_EMBED (embed), TRUE); + /* FIXME: no way to bypass cache when reloading with WebKit right now. + * Old code did it here. + */ + webkit_web_view_reload (EPHY_GET_WEBKIT_WEB_VIEW_FROM_EMBED (embed)); /* don't run again */ return FALSE; -- cgit v1.2.3