From 2d578bb875a3d55eaeb25b930199abb390995865 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 7 Aug 2005 21:46:09 +0000 Subject: [PATCH] remove a line --- src/tabbed_chat_window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index dfeae2847..5afb25440 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -564,7 +564,6 @@ class TabbedChatWindow(chat.Chat): gajim.connections[self.account].send_message(jid, None, None, chatstate = 'active') # go active before - contact.chatstate = state gajim.connections[self.account].send_message(jid, None, None, chatstate = state)