typo that fix a TB, thx deluge

This commit is contained in:
Yann Leboulanger 2006-01-17 22:03:56 +00:00
parent a9727e39db
commit 2f56fbb5fd
1 changed files with 1 additions and 1 deletions

View File

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