From 8a9e1b091b79d2ddb4e68e5c8eaf9b6bcac8b8aa Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Wed, 20 Apr 2011 12:34:42 +0000 Subject: [PATCH] Don't use 3.3.x unless plugin only works for 3.3.x, rather than 3.3 in general svn: r17164 --- src/plugins/gramplet/bottombar.gpr.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/gramplet/bottombar.gpr.py b/src/plugins/gramplet/bottombar.gpr.py index de8eb39d7..701e37545 100644 --- a/src/plugins/gramplet/bottombar.gpr.py +++ b/src/plugins/gramplet/bottombar.gpr.py @@ -82,7 +82,7 @@ register(GRAMPLET, name = _("Exif Viewer Gramplet"), description = _("Gramplet showing exif tags for a media object"), version = "1.0.0", - gramps_target_version = "3.3.0", + gramps_target_version = "3.3", status = STABLE, fname = "Exif.py", height = 200, @@ -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.3.0", + gramps_target_version="3.3", 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.3.0", + gramps_target_version="3.3", status = STABLE, fname="Events.py", height=200,