fvwm2/fvwm-2.5.26-charset_in_title.patch

23 lines
541 B
Diff
Raw Normal View History

2016-08-08 14:44:57 +02:00
---
libs/Flocale.c | 2 ++
1 file changed, 2 insertions(+)
--- libs/Flocale.c
2016-08-08 14:44:57 +02:00
+++ libs/Flocale.c 2016-08-02 13:49:28.893927858 +0000
@@ -2318,6 +2318,7 @@ void FlocaleGetNameProperty(
{
return;
}
+#if 0
if (text_prop.encoding == XA_STRING)
{
/* STRING encoding, use this as it is */
2016-08-08 14:44:57 +02:00
@@ -2326,6 +2327,7 @@ void FlocaleGetNameProperty(
return;
}
/* not STRING encoding, try to convert XA_COMPOUND_TEXT */
+#endif
if (XmbTextPropertyToTextList(dpy, &text_prop, &list, &num) >= Success
&& num > 0 && *list)
{