]> Dogcows Code - chaz/openbox/blobdiff - tools/themetoxml/themetoxml.c
you didn't say no
[chaz/openbox] / tools / themetoxml / themetoxml.c
index e6f947b2759ed96e735aeca94ffe1b98be44a873..77e91be32a0a48c8192e5f9f7927d3078a97c469 100644 (file)
@@ -89,8 +89,7 @@ static gboolean read_string(XrmDatabase db, const gchar *rname,
   
     if (XrmGetResource(db, rname, rclass, &rettype, &retvalue) &&
         retvalue.addr != NULL) {
-        *value = retvalue.addr;
-        g_strstrip(*value);
+        *value = g_strstrip(retvalue.addr);
         ret = TRUE;
     }
 
This page took 0.023682 seconds and 4 git commands to generate.