From 65ff7340af23b137b9fbad5094a6b1128b6fb9e7 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Tue, 18 Aug 2015 13:45:59 -0400 Subject: [PATCH] Views: start with treeviews (grouped) as initial views This makes the loading consistent (prior, either marked start could be first), and also the grouped views are imagined to be the faster loading views. --- gramps/plugins/view/view.gpr.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gramps/plugins/view/view.gpr.py b/gramps/plugins/view/view.gpr.py index 76d05a44f..dbc384dc1 100644 --- a/gramps/plugins/view/view.gpr.py +++ b/gramps/plugins/view/view.gpr.py @@ -196,7 +196,6 @@ authors = ["The Gramps project"], authors_email = ["http://gramps-project.org"], category = ("People", _("People")), viewclass = 'PersonListView', -order = START, stock_icon = 'gramps-tree-list', ) @@ -212,7 +211,6 @@ authors = ["The Gramps project"], authors_email = ["http://gramps-project.org"], category = ("Places", _("Places")), viewclass = 'PlaceListView', -order = START, stock_icon = 'gramps-tree-list', ) @@ -229,6 +227,7 @@ authors_email = [""], category = ("Places", _("Places")), viewclass = 'PlaceTreeView', stock_icon = 'gramps-tree-group', +order = START, ) register(VIEW,