fix TB on remove account

This commit is contained in:
Stefan Bethge 2006-10-16 02:00:13 +00:00
parent b3d405b616
commit 0464ac380f
1 changed files with 1 additions and 0 deletions

View File

@ -1872,6 +1872,7 @@ class AccountsWindow:
if gajim.config.get_per('accounts', account, 'is_zeroconf'):
w = self.xml.get_widget('enable_zeroconf_checkbutton')
w.set_active(False)
return
else:
if gajim.interface.instances[account].has_key('remove_account'):
gajim.interface.instances[account]['remove_account'].window.present()