[Bug 1248152] Re: Gtk.FileChooserWidget won't show the create folder button

2013-11-05 Thread Martin Pitt
I don't understand this: chooser = Gtk.FileChooserWidget(self, Gtk.FileChooserAction.SELECT_FOLDER) What is the self there? As far as I can see, you should call the proper constructor: chooser = Gtk.FileChooserWidget.new(Gtk.FileChooserAction.SELECT_FOLDER)

[Bug 1248152] Re: Gtk.FileChooserWidget won't show the create folder button

2013-11-05 Thread Alberto Milone
Yes, same problem without passing the self (I've just noticed that the parent widget is not needed) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/1248152 Title: GObject

[Bug 1248152] Re: Gtk.FileChooserWidget won't show the create folder button

2013-11-05 Thread Martin Pitt
** Bug watch added: GNOME Bug Tracker #711487 https://bugzilla.gnome.org/show_bug.cgi?id=711487 ** Also affects: pygobject via https://bugzilla.gnome.org/show_bug.cgi?id=711487 Importance: Unknown Status: Unknown ** Summary changed: - Gtk.FileChooserWidget won't show the create