mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
Spacing tweaks. Previous commit [1024] is based on patch from eternalswd, thanks.
This commit is contained in:
parent
c42b54d6c4
commit
0cbb9b49cf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue