From 5f1c9105bcacb221170bc3746682e115f5765cb3 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 1 Aug 2005 21:59:34 +0000 Subject: [PATCH] fix a tb --- src/tabbed_chat_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index 21908a5dc..e43dfd8ca 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -567,7 +567,7 @@ class TabbedChatWindow(chat.Chat): chatstate_to_send = None - if chatstates_on: # if we have them one + if chatstates_on and contact is not None: if contact.chatstate is None: # no info about peer # send active to discover chat state capabilities