]> Dogcows Code - chaz/openbox/commitdiff
you didn't say no
authorMikael Magnusson <mikachu@comhem.se>
Fri, 30 Mar 2007 16:37:17 +0000 (16:37 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Fri, 30 Mar 2007 16:37:17 +0000 (16:37 +0000)
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.023986 seconds and 4 git commands to generate.