From: Mikael Magnusson Date: Fri, 30 Mar 2007 16:37:17 +0000 (+0000) Subject: you didn't say no X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=e785e18a2c73e75670c2b46f3b0688bb4de18bdc;p=chaz%2Fopenbox you didn't say no --- diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c index e6f947b2..77e91be3 100644 --- a/tools/themetoxml/themetoxml.c +++ b/tools/themetoxml/themetoxml.c @@ -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; }