mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
fix label-options
This commit is contained in:
parent
ad7e1cc4bc
commit
dc5e3d9bfa
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class OptionsDialog(object):
|
|||
options["auto_add_trackers"] = [x for x in tracker_lst if x] #filter out empty lines.
|
||||
|
||||
log.debug(options)
|
||||
aclient.label_set_options(None, self.treeview.value, options)
|
||||
aclient.label_set_options(None, self.label, options)
|
||||
self.dialog.destroy()
|
||||
|
||||
def apply_sensitivity(self, event=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue