fix gdkatom/xatom screwup - gee, I should read my warnings
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
This commit is contained in:
parent
3f05f34286
commit
e312daffd5
@ -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>
|
2001-12-03 Laszlo Peter <laca@ireland.sun.com>
|
||||||
|
|
||||||
* src/frames.c: add a dummy element to the enum so
|
* src/frames.c: add a dummy element to the enum so
|
||||||
|
2
src/ui.c
2
src/ui.c
@ -518,7 +518,7 @@ meta_text_property_to_utf8 (Display *xdisplay,
|
|||||||
|
|
||||||
list = NULL;
|
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->format,
|
||||||
prop->value,
|
prop->value,
|
||||||
prop->nitems,
|
prop->nitems,
|
||||||
|
Loading…
Reference in New Issue
Block a user