Skip to content
Snippets Groups Projects
Commit 39710fe1 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix TB

parent 7ae923f0
No related branches found
No related tags found
No related merge requests found
......@@ -292,8 +292,8 @@ class Systray:
if w:
w.set_active_tab(jid)
w.window.present()
tv = w.xmls[jid].get_widget('conversation_textview')
w.scroll_to_end(tv)
tv = w.conversation_textviews[jid]
tv.scroll_to_end()
def on_middle_click(self):
win = gajim.interface.roster.window
......
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