Module: deluge Branch: master Commit: 54617db03f5bd5060328aee3ddea749f1743e30e
Author: Andrew Resch <[email protected]> Date: Tue Apr 20 12:25:18 2010 -0700 Allow accessing network shares when adding torrents --- deluge/ui/gtkui/addtorrentdialog.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/deluge/ui/gtkui/addtorrentdialog.py b/deluge/ui/gtkui/addtorrentdialog.py index 3a42fe8..36349d2 100644 --- a/deluge/ui/gtkui/addtorrentdialog.py +++ b/deluge/ui/gtkui/addtorrentdialog.py @@ -62,6 +62,7 @@ class AddTorrentDialog(component.Component): "deluge.ui.gtkui", "glade/add_torrent_dialog.glade")) self.dialog = self.glade.get_widget("dialog_add_torrent") + self.dialog.set_local_only(False) self.dialog.connect("delete-event", self._on_delete_event) -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
