Make flat sources view available
svn: r18514
This commit is contained in:
parent
a48553ed90
commit
bafe7870c7
@ -3,6 +3,7 @@
|
|||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2009 Benny Malengier
|
# Copyright (C) 2009 Benny Malengier
|
||||||
|
# Copyright (C) 2011 Tim G Lyons
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -197,21 +198,20 @@ viewclass = 'RepositoryView',
|
|||||||
order = START,
|
order = START,
|
||||||
)
|
)
|
||||||
|
|
||||||
# FIXME: REDUNDANT As of gramps 3.4, sourceview.py is redundant.
|
register(VIEW,
|
||||||
#register(VIEW,
|
id = 'sourceview',
|
||||||
#id = 'sourceview',
|
name = _("Source View"),
|
||||||
#name = _("Source View"),
|
description = _("The view showing all the sources"),
|
||||||
#description = _("The view showing all the sources"),
|
version = '1.0',
|
||||||
#version = '1.0',
|
gramps_target_version = '3.4',
|
||||||
#gramps_target_version = '3.4',
|
status = STABLE,
|
||||||
#status = STABLE,
|
fname = 'sourceview.py',
|
||||||
#fname = 'sourceview.py',
|
authors = [u"The Gramps project"],
|
||||||
#authors = [u"The Gramps project"],
|
authors_email = ["http://gramps-project.org"],
|
||||||
#authors_email = ["http://gramps-project.org"],
|
category = ("Sources", _("Sources")),
|
||||||
#category = ("Sources", _("Sources")),
|
viewclass = 'SourceView',
|
||||||
#viewclass = 'SourceView',
|
order = START,
|
||||||
#order = START,
|
)
|
||||||
# )
|
|
||||||
|
|
||||||
register(VIEW,
|
register(VIEW,
|
||||||
id = 'citationlistview',
|
id = 'citationlistview',
|
||||||
|
Loading…
Reference in New Issue
Block a user