Skip to content
Snippets Groups Projects
Commit aae8ceb4 authored by nkour's avatar nkour
Browse files

commit a FIXME

parent 6527c797
No related branches found
No related tags found
No related merge requests found
......@@ -986,6 +986,9 @@ class MessageWindowMgr(gobject.GObject):
if not self.one_window_opened(contact, acct, type):
self._resize_window(win, acct, type)
self._position_window(win, acct, type)
#FIXME: make sure when first chat tab is shown textview grabs focus
#this wont work but something close to that should be fine:
# win.window.grab_focus()
self._windows[win_key] = win
return win
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment