[Xfce4-commits] <midori:master> Unescape spaces as well

Christian Dywan noreply at xfce.org
Fri Jul 23 22:06:03 CEST 2010


Updating branch refs/heads/master
         to f7cd519b7f3edb79f26d3fcd360513c40d4aed69 (commit)
       from 46c80ad2d1d431595d5f8c177cb5570fa0d0d1b1 (commit)

commit f7cd519b7f3edb79f26d3fcd360513c40d4aed69
Author: Alexander Butenko <a.butenka at gmail.com>
Date:   Wed Jul 21 23:45:42 2010 -0400

    Unescape spaces as well

 midori/sokoke.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/sokoke.c b/midori/sokoke.c
index 22093f1..99bc96e 100644
--- a/midori/sokoke.c
+++ b/midori/sokoke.c
@@ -751,7 +751,7 @@ sokoke_format_uri_for_display (const gchar* uri)
 {
     if (uri && g_str_has_prefix (uri, "http://"))
     {
-        gchar* unescaped = g_uri_unescape_string (uri, " +");
+        gchar* unescaped = g_uri_unescape_string (uri, "+");
         #ifdef HAVE_LIBSOUP_2_27_90
         gchar* path = NULL;
         gchar* hostname;



More information about the Xfce4-commits mailing list