Nick Hall said that this file is no longer needed for the bottom bar gramplets.
svn: r18434
This commit is contained in:
@ -400,76 +400,6 @@ register(GRAMPLET,
|
||||
navtypes=["Media"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Person Sources",
|
||||
name=_("Person Sources"),
|
||||
description = _("Gramplet showing the sources for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Sources.py",
|
||||
height=200,
|
||||
gramplet = 'PersonSources',
|
||||
gramplet_title=_("Sources"),
|
||||
navtypes=["Person"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Event Sources",
|
||||
name=_("Event Sources"),
|
||||
description = _("Gramplet showing the sources for an event"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Sources.py",
|
||||
height=200,
|
||||
gramplet = 'EventSources',
|
||||
gramplet_title=_("Sources"),
|
||||
navtypes=["Event"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Family Sources",
|
||||
name=_("Family Sources"),
|
||||
description = _("Gramplet showing the sources for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Sources.py",
|
||||
height=200,
|
||||
gramplet = 'FamilySources',
|
||||
gramplet_title=_("Sources"),
|
||||
navtypes=["Family"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Place Sources",
|
||||
name=_("Place Sources"),
|
||||
description = _("Gramplet showing the sources for a place"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Sources.py",
|
||||
height=200,
|
||||
gramplet = 'PlaceSources',
|
||||
gramplet_title=_("Sources"),
|
||||
navtypes=["Place"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Media Sources",
|
||||
name=_("Media Sources"),
|
||||
description = _("Gramplet showing the sources for a media object"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
status = STABLE,
|
||||
fname="Sources.py",
|
||||
height=200,
|
||||
gramplet = 'MediaSources',
|
||||
gramplet_title=_("Sources"),
|
||||
navtypes=["Media"],
|
||||
)
|
||||
|
||||
register(GRAMPLET,
|
||||
id="Person Citations",
|
||||
name=_("Person Citations"),
|
||||
|
Reference in New Issue
Block a user