From 9ddd2481c7e5f32a4984e2796bff4654eb396f0d Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 19 Apr 2012 00:12:41 +0200 Subject: Show the current status in the ContactInfoWin --- src/windows.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/windows.py') 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): -- cgit v1.2.3