tweak last
This commit is contained in:
parent
dacebd2eec
commit
a29c735acd
|
@ -334,7 +334,7 @@ class PreferencesDlg:
|
||||||
self.plugins.configure_plugin(plugin_name, self.dialog)
|
self.plugins.configure_plugin(plugin_name, self.dialog)
|
||||||
|
|
||||||
def TestPort(self, widget):
|
def TestPort(self, widget):
|
||||||
common.open_url_in_browser('http://www.deluge-torrent.org/test-port.php?port=%s' % self.active_port, "force_ext")
|
common.open_url_in_browser('http://www.deluge-torrent.org/test-port.php?port=%s' % self.active_port, True)
|
||||||
|
|
||||||
def toggle_ui(self, widget):
|
def toggle_ui(self, widget):
|
||||||
value = widget.get_active()
|
value = widget.get_active()
|
||||||
|
|
Loading…
Reference in New Issue