From 33421513c9374fab69cb876a032bc0e27bc18922 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 23 Jan 2011 23:08:44 +0100 Subject: [PATCH] fixed #2109. HUGE DIFF OMG --- src/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows.py b/src/windows.py index 0acce6db..3fdf62f7 100644 --- a/src/windows.py +++ b/src/windows.py @@ -316,7 +316,7 @@ class ConversationInfoWin(InfoWin): presence = resource.get_presence() color = RosterWin.color_show[presence] self.addstr('[', curses.color_pair(theme.COLOR_INFORMATION_BAR)) - self.addstr(" ", curses.color_pair(theme.COLOR_CONVERSATION_NAME)) + self.addstr(" ", curses.color_pair(color)) self.addstr(']', curses.color_pair(theme.COLOR_INFORMATION_BAR)) def write_contact_informations(self, contact):