diff options
Diffstat (limited to 'openbox/prop.c')
| -rw-r--r-- | openbox/prop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
