fix indentation

This commit is contained in:
Yann Leboulanger 2005-04-21 21:14:53 +00:00
parent d5261a69d6
commit 31b804582a
1 changed files with 1 additions and 1 deletions

View File

@ -1838,7 +1838,7 @@ class Service_discovery_window:
service = model.get_value(iter, 1)
infos = gajim.connections[self.account].ask_register_agent_info(service)
if infos.has_key('instructions'):
Service_registration_window(service, infos, self.plugin, self.account)
Service_registration_window(service, infos, self.plugin, self.account)
else:
dialogs.Error_dialog(_('error contacting %s') % service)