diff options
author | Havoc Pennington <hp@redhat.com> | 2001-12-07 00:54:32 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-12-07 00:54:32 +0000 |
commit | e312daffd506aaabc63acc65471041c16b7339a8 (patch) | |
tree | c7329423e672a86304c01edc2fcd92457a692bcf /src/ui.c | |
parent | 3f05f342861581ad147697a857b3b1980023cf6f (diff) | |
download | mutter-e312daffd506aaabc63acc65471041c16b7339a8.tar.gz |
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
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |