diff options
Diffstat (limited to 'src/core/xprops.c')
-rw-r--r-- | src/core/xprops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/xprops.c b/src/core/xprops.c index f1b21f00..bd374195 100644 --- a/src/core/xprops.c +++ b/src/core/xprops.c @@ -665,7 +665,7 @@ text_property_to_utf8 (Display *xdisplay, XFreeStringList (local_list); return NULL; } - + if (g_get_charset (&charset)) ret = g_strdup (local_list[0]); else |