From 6bbaf4085dfabb1e1fa7088fb731e977e7e69925 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 19 Jul 2005 23:07:45 +0000 Subject: [PATCH] typo --- src/tabbed_chat_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index a7bd6ee38..827550499 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -452,11 +452,11 @@ class TabbedChatWindow(chat.Chat): return # if we're inactive prevent paused (inactive is stronger) - if self.chatstates[jid] == = 'inactive' and state == 'paused': + if self.chatstates[jid] == 'inactive' and state == 'paused': return # if we're inactive prevent paused (inactive is stronger) - if self.chatstates[jid] == = 'inactive' and state == 'composing': + if self.chatstates[jid] == 'inactive' and state == 'composing': return self.chatstates[jid] = state