typo in a name

This commit is contained in:
Yann Leboulanger 2005-03-16 21:08:58 +00:00
parent b9bdb1c98b
commit 7bf9322293
1 changed files with 1 additions and 1 deletions

View File

@ -1549,7 +1549,7 @@ class agent_browser_window:
room = services[0]
service = services[1]
if not self.plugin.windows.has_key('join_gc'):
self.plugin.windows['join_gc'] = join_groupchat_window(self.plugin, self.account, service, room)
self.plugin.windows['join_gc'] = Join_groupchat_window(self.plugin, self.account, service, room)
def on_register_button_clicked(self, widget):
"""When we want to register an agent :