Skip to content
Snippets Groups Projects
Commit 7bf93222 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo in a name

parent b9bdb1c9
No related branches found
No related tags found
No related merge requests found
......@@ -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 :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment