tweak last

This commit is contained in:
Marcos Pinto 2007-12-26 19:28:43 +00:00
parent dacebd2eec
commit a29c735acd
1 changed files with 1 additions and 1 deletions

View File

@ -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()