allow network mounts in right-click->move torrent

This commit is contained in:
Marcos Pinto 2008-09-13 03:10:52 +00:00
parent eec5005214
commit b9d1367564
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ class MenuBar(component.Component):
) , component.get("MainWindow").window, \
gtk.FILE_CHOOSER_ACTION_SELECT_FOLDER, buttons=(gtk.STOCK_CANCEL, \
gtk.RESPONSE_CANCEL, gtk.STOCK_OK, gtk.RESPONSE_OK))
chooser.set_local_only(False)
if not common.windows_check():
chooser.set_icon(common.get_logo(18))
chooser.set_property("skip-taskbar-hint", True)