From f67f86ab677d877a2488cbadde865416847a501d Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 21 Jun 2004 13:27:41 +0000 Subject: [PATCH] little bugfix --- plugins/gtkgui/gtkgui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index 920c85284..028f4ee2e 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -1526,7 +1526,6 @@ class plugin: def handle_event_agent_info(self, account, array): #('AGENTS_INFO', account, (agent, infos)) - self.handle_event_agent_info(account, array) if not array[1].has_key('instructions'): warning_Window(_("error contacting %s") % array[0]) else: