From f93f92517d3597aaf69625200f47da7a243b43a8 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 30 Oct 2014 21:43:49 +0100 Subject: Use a space instead of a cross while checking features --- src/tabs/basetabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tabs/basetabs.py') diff --git a/src/tabs/basetabs.py b/src/tabs/basetabs.py index 40dcb8e6..1b6e0d4c 100644 --- a/src/tabs/basetabs.py +++ b/src/tabs/basetabs.py @@ -818,7 +818,7 @@ class OneToOneTab(ChatTab): self.__initial_disco = True ok = get_theme().CHAR_OK - nope = get_theme().CHAR_ERROR + nope = get_theme().CHAR_EMPTY correct = ok if correct else nope attention = ok if attention else nope -- cgit v1.2.3