[glade] Fixed header values parsing



commit 3da6ffbb0346638a929ac9f85dc5f3631b834def
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Tue Feb 18 22:19:05 2014 -0300

    Fixed header values parsing

 src/glade-http.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/glade-http.c b/src/glade-http.c
index 0dd1da1..ebd217f 100644
--- a/src/glade-http.c
+++ b/src/glade-http.c
@@ -95,7 +95,7 @@ glade_http_emit_request_done (GladeHTTP *http, gchar *response)
           if (colon)
             {
               *colon++ = '\0';
-              values[i-1] = g_strchug (colon);
+              values[i-1] = g_strstrip (colon);
             }
           else
             values[i-1] = "";


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