From 082b2a7b880a754dc211fc21268e65b8b3e15996 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 24 Feb 2006 20:56:24 +0000 Subject: [PATCH] * src/plugins/Calendar.py: Remove the unsupported flag. svn: r5985 --- gramps2/ChangeLog | 3 +++ gramps2/src/plugins/Calendar.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 90db92dab..ed2824feb 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-02-24 Alex Roitman + * src/plugins/Calendar.py: Remove the unsupported flag. + 2006-02-24 Marcos Bedinelli * src/po/pt_BR.po: Update. diff --git a/gramps2/src/plugins/Calendar.py b/gramps2/src/plugins/Calendar.py index 9d8180528..f7ec9af92 100644 --- a/gramps2/src/plugins/Calendar.py +++ b/gramps2/src/plugins/Calendar.py @@ -933,5 +933,4 @@ register_report( author_name = "Douglas S. Blank", author_email = "Doug.Blank@gmail.com", description = _("Produces a graphical calendar"), - unsupported = True, )