fix TB
This commit is contained in:
parent
7ae923f0a4
commit
39710fe110
1 changed files with 2 additions and 2 deletions
|
@ -292,8 +292,8 @@ class Systray:
|
||||||
if w:
|
if w:
|
||||||
w.set_active_tab(jid)
|
w.set_active_tab(jid)
|
||||||
w.window.present()
|
w.window.present()
|
||||||
tv = w.xmls[jid].get_widget('conversation_textview')
|
tv = w.conversation_textviews[jid]
|
||||||
w.scroll_to_end(tv)
|
tv.scroll_to_end()
|
||||||
|
|
||||||
def on_middle_click(self):
|
def on_middle_click(self):
|
||||||
win = gajim.interface.roster.window
|
win = gajim.interface.roster.window
|
||||||
|
|
Loading…
Add table
Reference in a new issue