From f478fece1106e9f81cd3401e47e4cede69fc4e25 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sun, 12 Jun 2011 18:41:43 +0000 Subject: [PATCH] Fix of issue 4992, same value in both lat and long. svn: r17761 --- src/plugins/gramplet/PlaceDetails.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gramplet/PlaceDetails.py b/src/plugins/gramplet/PlaceDetails.py index b51eabdb0..7c63a2743 100644 --- a/src/plugins/gramplet/PlaceDetails.py +++ b/src/plugins/gramplet/PlaceDetails.py @@ -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): """