From f25dc37fd237c7c211130e47a9bf5a243c6a5c5e Mon Sep 17 00:00:00 2001
From: Xan Lopez <xan@gnome.org>
Date: Sat, 30 May 2009 20:50:38 +0300
Subject: webkit-embed.c: we still do need to update loading_uri here.

Fell through the cracks when moving the normalization higher on the
stack.
---
 embed/webkit/webkit-embed.c | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'embed/webkit')

diff --git a/embed/webkit/webkit-embed.c b/embed/webkit/webkit-embed.c
index ddb69dc8b..f98e6037d 100644
--- a/embed/webkit/webkit-embed.c
+++ b/embed/webkit/webkit-embed.c
@@ -785,6 +785,9 @@ impl_load_url (EphyEmbed *embed,
 {
   WebKitEmbed *wembed = WEBKIT_EMBED (embed);
 
+  g_free (wembed->priv->loading_uri);
+  wembed->priv->loading_uri = g_strdup (url);
+
   webkit_web_view_open (wembed->priv->web_view, url);
 }
 
-- 
cgit v1.2.3