fix var name

This commit is contained in:
Yann Leboulanger 2013-07-28 12:58:15 +02:00
parent 9865135dbf
commit 134f87ced5
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ class CommonConnection:
iqs.append(iq)
msg_iq = iqs
else:
msg_id.setTo(fjid)
msg_iq.setTo(fjid)
if resource:
contact = gajim.contacts.get_contact(self.name, jid, resource)
else: