From 269028ec781f3032c02a41e0b881913d89f7a564 Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Mon, 13 Oct 2008 08:01:22 +0000 Subject: GC are now opened without automatic switch to tab, stop them stealing current tab focus when connected. Still no fix for #3908 :/ --- src/groupchat_control.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/groupchat_control.py b/src/groupchat_control.py index 5af367776..fc97e27db 100644 --- a/src/groupchat_control.py +++ b/src/groupchat_control.py @@ -947,8 +947,6 @@ class GroupchatControl(ChatControlBase): if self.parent_win: self.parent_win.redraw_tab(self) - self.msg_textview.grab_focus() - def got_disconnected(self): self.list_treeview.get_model().clear() nick_list = gajim.contacts.get_nick_list(self.account, self.room_jid) -- cgit v1.2.3