summaryrefslogtreecommitdiff
path: root/src/gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.py')
-rw-r--r--src/gui.py4
1 files changed, 2 insertions, 2 deletions
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()