AddTorrent file dialog now can browse network shares

This commit is contained in:
Calum Lind 2011-11-25 09:50:40 +00:00
parent 3c3f93db3e
commit 838f9331be
1 changed files with 1 additions and 0 deletions

View File

@ -583,6 +583,7 @@ class AddTorrentDialog(component.Component):
chooser.set_transient_for(self.dialog)
chooser.set_select_multiple(True)
chooser.set_property("skip-taskbar-hint", True)
chooser.set_local_only(False)
# Add .torrent and * file filters
file_filter = gtk.FileFilter()