From bafe7870c706941f8d8bde4f75c7ed27f693029a Mon Sep 17 00:00:00 2001 From: Tim G L Lyons Date: Sat, 26 Nov 2011 18:40:08 +0000 Subject: [PATCH] Make flat sources view available svn: r18514 --- src/plugins/view/view.gpr.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/plugins/view/view.gpr.py b/src/plugins/view/view.gpr.py index 91904bee3..e6f5d8140 100644 --- a/src/plugins/view/view.gpr.py +++ b/src/plugins/view/view.gpr.py @@ -3,6 +3,7 @@ # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2009 Benny Malengier +# Copyright (C) 2011 Tim G Lyons # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -197,21 +198,20 @@ viewclass = 'RepositoryView', order = START, ) -# FIXME: REDUNDANT As of gramps 3.4, sourceview.py is redundant. -#register(VIEW, -#id = 'sourceview', -#name = _("Source View"), -#description = _("The view showing all the sources"), -#version = '1.0', -#gramps_target_version = '3.4', -#status = STABLE, -#fname = 'sourceview.py', -#authors = [u"The Gramps project"], -#authors_email = ["http://gramps-project.org"], -#category = ("Sources", _("Sources")), -#viewclass = 'SourceView', -#order = START, -# ) +register(VIEW, +id = 'sourceview', +name = _("Source View"), +description = _("The view showing all the sources"), +version = '1.0', +gramps_target_version = '3.4', +status = STABLE, +fname = 'sourceview.py', +authors = [u"The Gramps project"], +authors_email = ["http://gramps-project.org"], +category = ("Sources", _("Sources")), +viewclass = 'SourceView', +order = START, + ) register(VIEW, id = 'citationlistview',