Fix undefined var

This commit is contained in:
Philipp Hörist 2017-12-17 17:34:22 +01:00
parent 9411ccd827
commit 65593c613c
1 changed files with 1 additions and 1 deletions

View File

@ -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)