diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-06-12 22:34:13 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-06-12 22:34:13 +0000 |
commit | 022afc405f5d1ed438ae2cd560ffa6fbbb73be81 (patch) | |
tree | 4bc1497fc8bc8aaa9f958388fe4f2dfd92c8d6cc | |
parent | 3a0ff72c7a56ba9478ca60cbc2a695a992c9ed16 (diff) | |
download | poezio-022afc405f5d1ed438ae2cd560ffa6fbbb73be81.tar.gz poezio-022afc405f5d1ed438ae2cd560ffa6fbbb73be81.tar.bz2 poezio-022afc405f5d1ed438ae2cd560ffa6fbbb73be81.tar.xz poezio-022afc405f5d1ed438ae2cd560ffa6fbbb73be81.zip |
also, this
-rw-r--r-- | src/gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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') |