Fix typo.

This commit is contained in:
Stephan Erb 2008-06-26 17:47:28 +00:00
parent 2cd24aa8ae
commit 766decde58
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
contact = gajim.contacts.get_contact(account, self.jid, resource) contact = gajim.contacts.get_contact(account, self.jid, resource)
if not contact: if not contact:
contact = gajim.contacts.create_contact(jid = jidk, contact = gajim.contacts.create_contact(jid = jid,
resource = resource, show = self.conn.get_status()) resource = resource, show = self.conn.get_status())
gajim.interface.new_chat(contact, account, gajim.interface.new_chat(contact, account,