From a7cc6381ae3b931250b0760ab6ae9a53e65f024c Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sun, 12 Jun 2011 18:42:45 +0000 Subject: [PATCH] Fix of issue 4992, same value in both lat and long. svn: r17762 --- 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): """