summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-04-19 00:12:41 +0200
committermathieui <mathieui@mathieui.net>2012-04-19 00:12:41 +0200
commit9ddd2481c7e5f32a4984e2796bff4654eb396f0d (patch)
tree4d39c1ec1eafc43506026388bd336ffd09206c04 /src
parent80b1e835b74b5f5d497f8a13bc55b07a92227558 (diff)
downloadpoezio-9ddd2481c7e5f32a4984e2796bff4654eb396f0d.tar.gz
poezio-9ddd2481c7e5f32a4984e2796bff4654eb396f0d.tar.bz2
poezio-9ddd2481c7e5f32a4984e2796bff4654eb396f0d.tar.xz
poezio-9ddd2481c7e5f32a4984e2796bff4654eb396f0d.zip
Show the current status in the ContactInfoWin
Diffstat (limited to 'src')
-rw-r--r--src/windows.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows.py b/src/windows.py
index 56b72884..fe4d16ce 100644
--- a/src/windows.py
+++ b/src/windows.py
@@ -1688,6 +1688,8 @@ class ContactInfoWin(Win):
else:
self.addstr('Ask: %s' % (contact.ask,))
self.finish_line()
+ if resource:
+ self.addstr(2, 0, 'Status: %s' % (resource.status))
def draw_group_info(self, group):