From 20487e46b7f05b9c92c0be66c916d8d059a187f9 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 12 Nov 2014 21:45:07 +0100 Subject: =?UTF-8?q?Don=E2=80=99t=20display=20a=20feature=20check=20of=20th?= =?UTF-8?q?e=20remote=20party=20if=20it=20doesn=E2=80=99t=20support=20anyt?= =?UTF-8?q?hing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it’s confusing. --- src/tabs/basetabs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tabs/basetabs.py b/src/tabs/basetabs.py index 1b6e0d4c..f684a08f 100644 --- a/src/tabs/basetabs.py +++ b/src/tabs/basetabs.py @@ -817,6 +817,9 @@ class OneToOneTab(ChatTab): else: self.__initial_disco = True + if not (correct or attention or receipts): + return # don’t display anything + ok = get_theme().CHAR_OK nope = get_theme().CHAR_EMPTY -- cgit v1.2.3