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

Commits:
2c01883f by Philipp Hörist at 2018-10-19T20:30:35Z
Fix missing declaration

Fixes #9322

- - - - -


1 changed file:

- gajim/gtk/add_contact.py


Changes:

=====================================
gajim/gtk/add_contact.py
=====================================
@@ -126,6 +126,7 @@ class AddNewContactWindow(Gtk.ApplicationWindow):
                 type_ = 'jabber'
             if type_ == 'jabber':
                 self.uid_entry.set_text(jid)
+                transport = None
             else:
                 uid, transport = app.get_name_and_server_from_jid(jid)
                 self.uid_entry.set_text(uid.replace('%', '@', 1))



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

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

Reply via email to