Philipp Hörist pushed to branch master at gajim / gajim
Commits:
65593c61 by Philipp Hörist at 2017-12-17T17:34:22+01:00
Fix undefined var
- - - - -
1 changed file:
- gajim/gui_interface.py
Changes:
=====================================
gajim/gui_interface.py
=====================================
--- a/gajim/gui_interface.py
+++ b/gajim/gui_interface.py
@@ -263,7 +263,7 @@ class Interface:
if account in self.show_vcard_when_connect and obj.show not in (
'offline', 'error'):
self.edit_own_details(account)
- self.show_vcard_when_connect.remove(self.name)
+ self.show_vcard_when_connect.remove(account)
def edit_own_details(self, account):
jid = app.get_jid_from_account(account)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/65593c613c6ef5664e20641ada0be10157578e0e
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/65593c613c6ef5664e20641ada0be10157578e0e
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