fix TB on remove account
This commit is contained in:
parent
b3d405b616
commit
0464ac380f
1 changed files with 1 additions and 0 deletions
|
@ -1872,6 +1872,7 @@ class AccountsWindow:
|
||||||
if gajim.config.get_per('accounts', account, 'is_zeroconf'):
|
if gajim.config.get_per('accounts', account, 'is_zeroconf'):
|
||||||
w = self.xml.get_widget('enable_zeroconf_checkbutton')
|
w = self.xml.get_widget('enable_zeroconf_checkbutton')
|
||||||
w.set_active(False)
|
w.set_active(False)
|
||||||
|
return
|
||||||
else:
|
else:
|
||||||
if gajim.interface.instances[account].has_key('remove_account'):
|
if gajim.interface.instances[account].has_key('remove_account'):
|
||||||
gajim.interface.instances[account]['remove_account'].window.present()
|
gajim.interface.instances[account]['remove_account'].window.present()
|
||||||
|
|
Loading…
Add table
Reference in a new issue