From cdaee5371f27fc7bc1ac6f340b01d289c77f9d83 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Sun, 3 Apr 2005 08:22:57 +0000
Subject: [PATCH] the name of this window has been changed ... not everywhere

---
 plugins/gtkgui/config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py
index ebe6eb5ff9..c86ab210d4 100644
--- a/plugins/gtkgui/config.py
+++ b/plugins/gtkgui/config.py
@@ -1213,8 +1213,8 @@ class Account_modification_window:
 		self.plugin.nicks[name] = login
 		self.plugin.sleeper_state[name] = 0
 		#refresh accounts window
-		if self.plugin.windows.has_key('accounts_window'):
-			self.plugin.windows['accounts_window'].init_accounts()
+		if self.plugin.windows.has_key('accounts'):
+			self.plugin.windows['accounts'].init_accounts()
 		#refresh roster
 		self.plugin.roster.draw_roster()
 		widget.get_toplevel().destroy()
-- 
GitLab