no need to save that here, it is done later in the function
This commit is contained in:
parent
3ea5670d8f
commit
7bf83a3d71
1 changed files with 0 additions and 3 deletions
|
@ -1035,9 +1035,6 @@ class Account_modification_window:
|
||||||
list_no_log_for.append(name)
|
list_no_log_for.append(name)
|
||||||
self.infos['no_log_for'] = ' '.join(list_no_log_for)
|
self.infos['no_log_for'] = ' '.join(list_no_log_for)
|
||||||
|
|
||||||
self.plugin.accounts[self.account]['sync_with_global_status'] = \
|
|
||||||
self.xml.get_widget('sync_with_global_status_checkbutton').get_active()
|
|
||||||
|
|
||||||
use_proxy = 0
|
use_proxy = 0
|
||||||
if self.xml.get_widget('use_proxy_checkbutton').get_active():
|
if self.xml.get_widget('use_proxy_checkbutton').get_active():
|
||||||
use_proxy = 1
|
use_proxy = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue