diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/ui.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2001-12-06 Havoc Pennington <hp@redhat.com> + + * src/ui.c (meta_text_property_to_utf8): fix gdkatom/xatom screwup + - gee, I should read my warnings + 2001-12-03 Laszlo Peter <laca@ireland.sun.com> * src/frames.c: add a dummy element to the enum so @@ -518,7 +518,7 @@ meta_text_property_to_utf8 (Display *xdisplay, list = NULL; - count = gdk_text_property_to_utf8_list (prop->encoding, + count = gdk_text_property_to_utf8_list (gdk_x11_xatom_to_atom (prop->encoding), prop->format, prop->value, prop->nitems, |