Public bug reported:

Binary package hint: libgtk2.0-0

a simple test program to reproduce in python :
import gtk
w = gtk.FileChooserDialog("FileChooserTest", None, 
gtk.FILE_CHOOSER_ACTION_SELECT_FOLDER,
                                  (gtk.STOCK_CANCEL, 
gtk.RESPONSE_CANCEL,gtk.STOCK_OPEN, gtk.RESPONSE_OK))
w.show_all()
gtk.main()

** Affects: gtk+2.0 (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
gtkfilechooser segmentfault
https://bugs.launchpad.net/bugs/120981
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to