all repos — openbox @ f544273eaf8c14585fa311858725f9c85575ef0f

openbox fork - make it a bit more like ryudo

the prop_get_strings_locale function looked for a utf8 typed property
Dana Jansens danakj@orodu.net
commit

f544273eaf8c14585fa311858725f9c85575ef0f

parent

1cacfa85d0e74386d071de0d910ab93e69ae40d3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/prop.copenbox/prop.c

@@ -282,7 +282,7 @@ GSList *strs = NULL, *it;

char *raw, *p; guint num, i, count = 0; - if (get_all(win, prop, prop_atoms.utf8, 8, (guchar**)&raw, &num)) { + if (get_all(win, prop, prop_atoms.string, 8, (guchar**)&raw, &num)) { p = raw; while (p < raw + num - 1) {