X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fprop.c;h=25495ef44cae6366f46c7f345145c6270a124c6e;hb=420e6f87a6503b713e4d9047f809538ec0c60d41;hp=98bbbd995536f2b9f5b37ca800776be7a929ea1f;hpb=364bb1550abd7e586b3c148dfe2fb80eb73e48c9;p=chaz%2Fopenbox diff --git a/openbox/prop.c b/openbox/prop.c index 98bbbd99..25495ef4 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -293,7 +293,7 @@ gboolean prop_get_string_locale(Window win, Atom prop, char **ret) if (get_stringlist(win, prop, &list, &nstr) && nstr) { s = g_convert(list[0], strlen(list[0]), "UTF-8", "ISO-8859-1", - NULL, NULL, NULL); + NULL, NULL, NULL); XFreeStringList(list); if (s) { *ret = s;