[set_location] Dont use deprecated attribute

This commit is contained in:
Philipp Hörist
2018-11-20 00:34:20 +01:00
parent 7b5a61a7c4
commit 0a89e52dee

View File

@@ -254,8 +254,8 @@ class SetLocationPluginConfigDialog(GajimPluginConfigDialog):
pep = accounts[account].contacts._contacts[contact][0].pep
if 'location' not in pep:
continue
lat = pep['location']._pep_specific_data.get('lat', None)
lon = pep['location']._pep_specific_data.get('lon', None)
lat = pep['location'].data.get('lat', None)
lon = pep['location'].data.get('lon', None)
if not lat or not lon:
continue
name = accounts[account].contacts.get_first_contact_from_jid(