typo that fix a TB, thx deluge
This commit is contained in:
parent
a9727e39db
commit
2f56fbb5fd
|
@ -1321,7 +1321,7 @@ class Interface:
|
|||
show = 'offline'
|
||||
gc_contact = gajim.contacts.create_gc_contact(room_jid = room_jid,
|
||||
name = nick, show = show)
|
||||
c = gajim.contacts.contact_from_gc_contct(gc_contact)
|
||||
c = gajim.contacts.contact_from_gc_contact(gc_contact)
|
||||
self.roster.new_chat(c, account, private_chat = True)
|
||||
w = gajim.interface.msg_win_mgr.get_window(jid)
|
||||
elif typ in ('normal', 'file-request', 'file-request-error',
|
||||
|
|
Loading…
Reference in New Issue