Add family gallery bottombar gramplet

svn: r17409
This commit is contained in:
Nick Hall
2011-05-04 23:00:30 +00:00
parent 299bef1c74
commit 455c5ef4a0
3 changed files with 40 additions and 1 deletions

View File

@ -161,6 +161,20 @@ register(GRAMPLET,
navtypes=["Person"],
)
register(GRAMPLET,
id="Family Gallery Gramplet",
name=_("Family Gallery Gramplet"),
description = _("Gramplet showing media objects for a family"),
version="1.0.0",
gramps_target_version="3.4",
status = STABLE,
fname="Gallery.py",
height=200,
gramplet = 'FamilyGallery',
gramplet_title=_("Gallery"),
navtypes=["Family"],
)
register(GRAMPLET,
id="Event Gallery Gramplet",
name=_("Event Gallery Gramplet"),