Spacing tweaks. Previous commit [1024] is based on patch from eternalswd, thanks.

This commit is contained in:
Alex Dedul 2007-07-18 03:11:36 +00:00
parent c42b54d6c4
commit 0cbb9b49cf
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class PreferencesDlg:
def TestPort(self, widget):
common.open_url_in_browser('http://www.deluge-torrent.org/test-port.php?port=%s' % self.active_port)
def toggle_ui(self, widget):
def toggle_ui(self, widget):
value = widget.get_active()
print widget.get_name()
if widget == self.glade.get_widget('radio_save_all_to'):