This commit is contained in:
Yann Leboulanger 2005-10-29 23:43:49 +00:00
parent 7ae923f0a4
commit 39710fe110
1 changed files with 2 additions and 2 deletions

View File

@ -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