Comment 17 for bug 530333

Revision history for this message
Iakov Davydov (iakov-davydov) wrote :

gettext.patch seems to fix the issue. But there are a lot of lines like "if title == col.get_title():" in playlist.py.
I am not sure why pygtk returns raw strings insead of unicode strings (maybe this should be considered as a bug while python 3 is not here).

But anyway here is your patch + fix in playlist.py