Changeset 9844 for trunk/src/session.py

Show
Ignore:
Timestamp:
06/26/08 19:47:28 (5 months ago)
Author:
steve-e
Message:

Fix typo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/session.py

    r9829 r9844  
    459459 
    460460                                if not contact: 
    461                                         contact = gajim.contacts.create_contact(jid = jidk, 
     461                                        contact = gajim.contacts.create_contact(jid = jid, 
    462462                                                        resource = resource, show = self.conn.get_status()) 
    463463