This commit is contained in:
Yann Leboulanger 2006-01-15 16:26:49 +00:00
parent c3cb762611
commit cd974302b5
1 changed files with 1 additions and 1 deletions

View File

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