Comment 9 for bug 830801

Revision history for this message
Ding Zhou (tualatrix) wrote :

I just tested with another example with long *English* title: seems the bug is not only happened in Chinese locale:

Please open your terminal then try this one line code:

python -c 'from gi.repository import Gtk;win=Gtk.Window(title="Hello World! I come from the earth, where are you come from?");win.connect("destroy", Gtk.main_quit);win.show_all();Gtk.main();'