Correctly set focus
This commit is contained in:
parent
38abd6e6f9
commit
e3d3994a95
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ class GroupchatControl(ChatControlBase):
|
|||
ChatControlBase.got_disconnected(self)
|
||||
|
||||
self.update_ui()
|
||||
self.conv_textview.tv.grab_focus()
|
||||
gobject.idle_add(self.conv_textview.tv.grab_focus)
|
||||
self.widget.show_all()
|
||||
|
||||
# PluginSystem: adding GUI extension point for this GroupchatControl
|
||||
|
|
Loading…
Add table
Reference in a new issue