summaryrefslogtreecommitdiff
path: root/src/tabs
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-10-30 21:43:49 +0100
committermathieui <mathieui@mathieui.net>2014-10-30 21:43:49 +0100
commitf93f92517d3597aaf69625200f47da7a243b43a8 (patch)
tree31814cbf8a7c037388527f4d8e390c60c8557809 /src/tabs
parent616d0d2c7301f5e287fb7daf24a835f8dbf250ba (diff)
downloadpoezio-f93f92517d3597aaf69625200f47da7a243b43a8.tar.gz
poezio-f93f92517d3597aaf69625200f47da7a243b43a8.tar.bz2
poezio-f93f92517d3597aaf69625200f47da7a243b43a8.tar.xz
poezio-f93f92517d3597aaf69625200f47da7a243b43a8.zip
Use a space instead of a cross while checking features
Diffstat (limited to 'src/tabs')
-rw-r--r--src/tabs/basetabs.py2
1 files changed, 1 insertions, 1 deletions
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