Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJean-Marie Traissard <jim@lapin.org>2008-10-13 12:01:22 +0400
committerJean-Marie Traissard <jim@lapin.org>2008-10-13 12:01:22 +0400
commit269028ec781f3032c02a41e0b881913d89f7a564 (patch)
tree2764ec5d8b5467a0ad530a7ad170e36952fc7d79 /src
parentd37ca09fc0d2b3e7aa0fcddf38b779358825ae86 (diff)
GC are now opened without automatic switch to tab, stop them stealing current tab focus
when connected. Still no fix for #3908 :/
Diffstat (limited to 'src')
-rw-r--r--src/groupchat_control.py2
1 files changed, 0 insertions, 2 deletions
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)