update status combobox when we change "synchronise with global status" option. fixes #3543

This commit is contained in:
Yann Leboulanger 2007-11-08 07:42:47 +00:00
parent 21f4378e96
commit 973f4bcc49
1 changed files with 1 additions and 0 deletions

View File

@ -1887,6 +1887,7 @@ class AccountsWindow:
return
self.on_checkbutton_toggled(widget, 'sync_with_global_status',
account=self.current_account)
gajim.interface.roster.update_status_combobox()
def on_use_ft_proxies_checkbutton1_toggled(self, widget):
if self.ignore_events: