Spacing tweaks. Previous commit [1024] is based on patch from eternalswd, thanks.
This commit is contained in:
parent
c42b54d6c4
commit
0cbb9b49cf
|
@ -167,7 +167,7 @@ class PreferencesDlg:
|
||||||
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)
|
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()
|
value = widget.get_active()
|
||||||
print widget.get_name()
|
print widget.get_name()
|
||||||
if widget == self.glade.get_widget('radio_save_all_to'):
|
if widget == self.glade.get_widget('radio_save_all_to'):
|
||||||
|
|
Loading…
Reference in New Issue