From 3a0ff72c7a56ba9478ca60cbc2a695a992c9ed16 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sat, 12 Jun 2010 22:33:01 +0000 Subject: fix an infinie loop on empty line, and the bug with the history message said by a nickname not present anymore --- src/gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui.py') diff --git a/src/gui.py b/src/gui.py index a5563cc9..6c84ebbf 100644 --- a/src/gui.py +++ b/src/gui.py @@ -321,9 +321,9 @@ Avail: Sets your availability to available and (optional) sets your status """ Display the error on the room window """ + # if not error: + # return room = self.get_room_by_name(room) - if not error: - return code = error.getAttr('code') typ = error.getAttr('type') body = error.getTag('text').getData() -- cgit v1.2.3