Show the current status in the ContactInfoWin

This commit is contained in:
mathieui 2012-04-19 00:12:41 +02:00
parent 80b1e835b7
commit 9ddd2481c7

View file

@ -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):