update status combobox when we change "synchronise with global status" option. fixes #3543
This commit is contained in:
parent
21f4378e96
commit
973f4bcc49
|
@ -1887,6 +1887,7 @@ class AccountsWindow:
|
||||||
return
|
return
|
||||||
self.on_checkbutton_toggled(widget, 'sync_with_global_status',
|
self.on_checkbutton_toggled(widget, 'sync_with_global_status',
|
||||||
account=self.current_account)
|
account=self.current_account)
|
||||||
|
gajim.interface.roster.update_status_combobox()
|
||||||
|
|
||||||
def on_use_ft_proxies_checkbutton1_toggled(self, widget):
|
def on_use_ft_proxies_checkbutton1_toggled(self, widget):
|
||||||
if self.ignore_events:
|
if self.ignore_events:
|
||||||
|
|
Loading…
Reference in New Issue