]> Dogcows Code - chaz/openbox/commitdiff
the prop_get_strings_locale function looked for a utf8 typed property
authorDana Jansens <danakj@orodu.net>
Sun, 29 Jun 2003 18:37:51 +0000 (18:37 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 29 Jun 2003 18:37:51 +0000 (18:37 +0000)
openbox/prop.c

index 30d39f0f49d536a3f26532819ea009f815d9a2c9..2c67c20121cdad55afe3dc700b048eb31658c526 100644 (file)
@@ -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) {
This page took 0.02229 seconds and 4 git commands to generate.