From: Dana Jansens Date: Sun, 29 Jun 2003 18:37:51 +0000 (+0000) Subject: the prop_get_strings_locale function looked for a utf8 typed property X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=f544273eaf8c14585fa311858725f9c85575ef0f;p=chaz%2Fopenbox the prop_get_strings_locale function looked for a utf8 typed property --- diff --git a/openbox/prop.c b/openbox/prop.c index 30d39f0f..2c67c201 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -282,7 +282,7 @@ gboolean prop_get_strings_locale(Window win, Atom prop, char ***ret) 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) {