don't grab focus on message textview when we select a tab. fixes #3740

This commit is contained in:
Yann Leboulanger 2008-02-25 14:42:53 +00:00
parent c8b25f37a5
commit 0f4aa21587
1 changed files with 0 additions and 1 deletions

View File

@ -797,7 +797,6 @@ class ChatControlBase(MessageControl):
types = type_):
# There were events to remove
self.redraw_after_event_removed(jid)
self.msg_textview.grab_focus()
# Note, we send None chatstate to preserve current
self.parent_win.redraw_tab(self)