Broken pipe

This commit is contained in:
Matthias Clasen
2005-09-11 05:40:51 +00:00
parent 797c2e6a45
commit 1f700be359
7 changed files with 66 additions and 34 deletions

View File

@ -591,7 +591,7 @@ gdk_text_property_to_utf8_list_for_display (GdkDisplay *display,
{
return make_list ((gchar *)text, length, TRUE, list);
}
else if (encoding == gdk_atom_intern ("UTF8_STRING", FALSE))
else if (encoding == gdk_atom_intern_static_string ("UTF8_STRING"))
{
return make_list ((gchar *)text, length, FALSE, list);
}