Chatstate fix; closes #1417

This commit is contained in:
Travis Shirk 2006-01-19 01:51:55 +00:00
parent 8e9a7c0bc3
commit 03ef57c2b9
1 changed files with 2 additions and 1 deletions

View File

@ -498,7 +498,8 @@ class ChatControlBase(MessageControl):
self.account,
self.type_id)
self.msg_textview.grab_focus()
self.parent_win.redraw_tab(self.contact, 'active')
# Note, we send None chatstate to preserve current
self.parent_win.redraw_tab(self.contact)
def bring_scroll_to_end(self, textview, diff_y = 0):
''' scrolls to the end of textview if end is not visible '''