From 3d98f48ba21e83df50e18ea5e7800aad19f5d5b4 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 3 Mar 2013 13:13:15 +0100 Subject: Fix #2182 (show s2s errors) - Add the theming options COLOR_ROSTER_ERROR, CHAR_ROSTER_ERRROR, and CHAR_ROSTER_ASKED --- src/contact.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/contact.py') diff --git a/src/contact.py b/src/contact.py index d235fae2..4c570a54 100644 --- a/src/contact.py +++ b/src/contact.py @@ -65,6 +65,7 @@ class Contact(object): """ self.__item = item self.folded_states = defaultdict(lambda: True) + self.error = None @property def groups(self): -- cgit v1.2.3