Fixed two instances of gramps-target-version that was set to 3.4 instead of 3.3.0
svn: r17159
This commit is contained in:
parent
81865d62bb
commit
3c1646d97a
@ -110,7 +110,7 @@ register(GRAMPLET,
|
||||
name=_("Person Events Gramplet"),
|
||||
description = _("Gramplet showing the events for a person"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
gramps_target_version="3.3.0",
|
||||
status = STABLE,
|
||||
fname="Events.py",
|
||||
height=200,
|
||||
@ -123,7 +123,7 @@ register(GRAMPLET,
|
||||
name=_("Family Events Gramplet"),
|
||||
description = _("Gramplet showing the events for a family"),
|
||||
version="1.0.0",
|
||||
gramps_target_version="3.4",
|
||||
gramps_target_version="3.3.0",
|
||||
status = STABLE,
|
||||
fname="Events.py",
|
||||
height=200,
|
||||
|
Loading…
Reference in New Issue
Block a user