From 134f87ced5656e4ad49ae03830037c696a82f3d8 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 28 Jul 2013 12:58:15 +0200 Subject: [PATCH] fix var name --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index c40860b8c..7b438265e 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -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: