typo
This commit is contained in:
parent
c3cb762611
commit
cd974302b5
|
@ -254,7 +254,7 @@ class SignalObject(DbusPrototype):
|
||||||
if connected_account:
|
if connected_account:
|
||||||
gajim.interface.roster.new_chat_from_jid(connected_account, jid)
|
gajim.interface.roster.new_chat_from_jid(connected_account, jid)
|
||||||
# preserve the 'steal focus preservation'
|
# preserve the 'steal focus preservation'
|
||||||
win = gajim.interface.msg_win_mgr.get_window(jid].window
|
win = gajim.interface.msg_win_mgr.get_window(jid).window
|
||||||
if win.get_property('visible'):
|
if win.get_property('visible'):
|
||||||
win.window.focus()
|
win.window.focus()
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue