typo that fix a TB, thx deluge
This commit is contained in:
parent
a9727e39db
commit
2f56fbb5fd
1 changed files with 1 additions and 1 deletions
|
@ -1321,7 +1321,7 @@ class Interface:
|
||||||
show = 'offline'
|
show = 'offline'
|
||||||
gc_contact = gajim.contacts.create_gc_contact(room_jid = room_jid,
|
gc_contact = gajim.contacts.create_gc_contact(room_jid = room_jid,
|
||||||
name = nick, show = show)
|
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)
|
self.roster.new_chat(c, account, private_chat = True)
|
||||||
w = gajim.interface.msg_win_mgr.get_window(jid)
|
w = gajim.interface.msg_win_mgr.get_window(jid)
|
||||||
elif typ in ('normal', 'file-request', 'file-request-error',
|
elif typ in ('normal', 'file-request', 'file-request-error',
|
||||||
|
|
Loading…
Add table
Reference in a new issue