summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-12-07 00:54:32 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-12-07 00:54:32 +0000
commite312daffd506aaabc63acc65471041c16b7339a8 (patch)
treec7329423e672a86304c01edc2fcd92457a692bcf /src/ui.c
parent3f05f342861581ad147697a857b3b1980023cf6f (diff)
downloadmutter-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 12693ca04..e132215f6 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -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,