From e785e18a2c73e75670c2b46f3b0688bb4de18bdc Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 30 Mar 2007 16:37:17 +0000 Subject: [PATCH] you didn't say no --- tools/themetoxml/themetoxml.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c index e6f947b..77e91be 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; } -- 1.9.1