GC are now opened without automatic switch to tab, stop them stealing current tab focus

when connected. Still no fix for #3908 :/
This commit is contained in:
Jean-Marie Traissard 2008-10-13 08:01:22 +00:00
parent d37ca09fc0
commit 269028ec78
1 changed files with 0 additions and 2 deletions

View File

@ -947,8 +947,6 @@ class GroupchatControl(ChatControlBase):
if self.parent_win: if self.parent_win:
self.parent_win.redraw_tab(self) self.parent_win.redraw_tab(self)
self.msg_textview.grab_focus()
def got_disconnected(self): def got_disconnected(self):
self.list_treeview.get_model().clear() self.list_treeview.get_model().clear()
nick_list = gajim.contacts.get_nick_list(self.account, self.room_jid) nick_list = gajim.contacts.get_nick_list(self.account, self.room_jid)