From 2b21959ca62ecad22d970a92b2f5bf2efe1db21f Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sun, 19 Jun 2016 15:20:17 +0100 Subject: [PATCH] 9527: Fix date sort column in location gramplets --- gramps/plugins/gramplet/locations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/gramplet/locations.py b/gramps/plugins/gramplet/locations.py index 18642e417..1b5ea59a6 100644 --- a/gramps/plugins/gramplet/locations.py +++ b/gramps/plugins/gramplet/locations.py @@ -83,7 +83,7 @@ class Locations(Gramplet, DbGUIElement): titles = [('', 0, 50), (_('Name'), 1, 300), (_('Type'), 2, 150), - (_('Date'), 3, 150), + (_('Date'), 5, 150), (_('ID'), 4, 100), ('', NOSORT, 50)] self.model = ListModel(top, titles, list_mode="tree",