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.
This commit is contained in:
Doug Blank 2015-08-18 13:45:59 -04:00
parent b601402ea5
commit 65ff7340af

View File

@ -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,