Merge branch 'master' of git.poez.io:poezio into slix

This commit is contained in:
mathieui 2014-11-12 21:46:18 +01:00
commit c2f9ffff33
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -804,6 +804,9 @@ class OneToOneTab(ChatTab):
else:
self.__initial_disco = True
if not (correct or attention or receipts):
return # dont display anything
ok = get_theme().CHAR_OK
nope = get_theme().CHAR_EMPTY