From 022afc405f5d1ed438ae2cd560ffa6fbbb73be81 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sat, 12 Jun 2010 22:34:13 +0000 Subject: also, this --- src/gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui.py b/src/gui.py index 6c84ebbf..71b125b5 100644 --- a/src/gui.py +++ b/src/gui.py @@ -321,8 +321,8 @@ Avail: Sets your availability to available and (optional) sets your status """ Display the error on the room window """ - # if not error: - # return + if not error: + return room = self.get_room_by_name(room) code = error.getAttr('code') typ = error.getAttr('type') -- cgit v1.2.3