summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-11-07 13:47:23 +0100
committermathieui <mathieui@mathieui.net>2011-11-07 13:47:23 +0100
commit78174a6eae75e14295e501563d7744401d2f4e11 (patch)
tree378bcdc315dfc371b3da7c6d19e3c57275603ce5 /src
parent14c05b2deeaeb56c1f14dcfeecfcfff2a67fe835 (diff)
downloadpoezio-78174a6eae75e14295e501563d7744401d2f4e11.tar.gz
poezio-78174a6eae75e14295e501563d7744401d2f4e11.tar.bz2
poezio-78174a6eae75e14295e501563d7744401d2f4e11.tar.xz
poezio-78174a6eae75e14295e501563d7744401d2f4e11.zip
Move a space (for perfectionnists)
Diffstat (limited to 'src')
-rw-r--r--src/windows.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/windows.py b/src/windows.py
index 612f78ec..f399d940 100644
--- a/src/windows.py
+++ b/src/windows.py
@@ -1527,10 +1527,11 @@ class ContactInfoWin(Win):
self.finish_line(get_theme().COLOR_INFORMATION_BAR)
self.addstr(1, 0, 'Subscription: %s' % (contact.get_subscription(),))
if contact.get_ask():
+ self.addstr(' ')
if contact.get_ask() == 'asked':
- self.addstr(' Ask: %s' % (contact.get_ask(),), to_curses_attr(get_theme().COLOR_HIGHLIGHT_NICK))
+ self.addstr('Ask: %s' % (contact.get_ask(),), to_curses_attr(get_theme().COLOR_HIGHLIGHT_NICK))
else:
- self.addstr(' Ask: %s' % (contact.get_ask(),))
+ self.addstr('Ask: %s' % (contact.get_ask(),))
self.finish_line()