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