Philipp Hörist pushed to branch master at gajim / gajim

Commits:
f8ddefb6 by Philipp Hörist at 2017-12-10T22:56:20+01:00
Fix var reference

- - - - -


1 changed file:

- gajim/common/connection.py


Changes:

=====================================
gajim/common/connection.py
=====================================
--- a/gajim/common/connection.py
+++ b/gajim/common/connection.py
@@ -283,7 +283,7 @@ class CommonConnection:
                 self.check_jid(obj.jid)
             except helpers.InvalidFormat:
                 app.nec.push_incoming_event(InformationEvent(
-                    None, dialog_name='invalid-jid', args=jid))
+                    None, dialog_name='invalid-jid', args=obj.jid))
                 return
 
         if obj.message and not obj.xhtml and app.config.get(



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/f8ddefb6da01d3695fc04463adf26c9ea46af579

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/f8ddefb6da01d3695fc04463adf26c9ea46af579
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to