From 3c1646d97a227fe574e80c3230881e14cafac706 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Wed, 20 Apr 2011 01:26:30 +0000 Subject: [PATCH] Fixed two instances of gramps-target-version that was set to 3.4 instead of 3.3.0 svn: r17159 --- src/plugins/gramplet/bottombar.gpr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/gramplet/bottombar.gpr.py b/src/plugins/gramplet/bottombar.gpr.py index bf7d25ace..de8eb39d7 100644 --- a/src/plugins/gramplet/bottombar.gpr.py +++ b/src/plugins/gramplet/bottombar.gpr.py @@ -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,