Package: python-gtk2 Version: 2.10.4-2 Since upgrading to PyGTK 2.10.4 (from a 2.8 version) one of Quod Libet's unit tests is failing due to this problem:
$ python -c "
import gtk
chooser = gtk.FileChooserDialog()
chooser.set_current_folder('/home') # this does return True
print chooser.get_current_folder()"
None
This worked in GTK 2.8 (i.e. chooser.get_current_folder() returned
"/home").
--
Joe Wreschnig <[EMAIL PROTECTED]>
signature.asc
Description: This is a digitally signed message part

