From 7bf9322293ca51c1b8a57f601de9b1ee18cfb16a Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 16 Mar 2005 21:08:58 +0000
Subject: [PATCH] typo in a name

---
 plugins/gtkgui/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py
index 9ecc025cd5..7767dae7d0 100644
--- a/plugins/gtkgui/config.py
+++ b/plugins/gtkgui/config.py
@@ -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 :
-- 
GitLab