Fix of issue 4992, same value in both lat and long.

svn: r17761
This commit is contained in:
Peter Landgren 2011-06-12 18:41:43 +00:00
parent fdd446d692
commit f478fece11

View File

@ -116,7 +116,7 @@ class PlaceDetails(Gramplet):
if lat:
self.add_row(_('Latitude'), lat)
if lon:
self.add_row(_('Longitude'), lat)
self.add_row(_('Longitude'), lon)
def display_location(self, location):
"""