[epiphany] webkit-embed.c: we still do need to update loading_uri here.



commit f25dc37fd237c7c211130e47a9bf5a243c6a5c5e
Author: Xan Lopez <xan gnome org>
Date:   Sat May 30 20:50:38 2009 +0300

    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 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/embed/webkit/webkit-embed.c b/embed/webkit/webkit-embed.c
index ddb69dc..f98e603 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);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]