This commit is contained in:
Nikos Kouremenos 2005-07-19 23:07:45 +00:00
parent ab3beb37b3
commit 6bbaf4085d
1 changed files with 2 additions and 2 deletions

View File

@ -452,11 +452,11 @@ class TabbedChatWindow(chat.Chat):
return return
# if we're inactive prevent paused (inactive is stronger) # 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 return
# if we're inactive prevent paused (inactive is stronger) # 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 return
self.chatstates[jid] = state self.chatstates[jid] = state