merge changes from gramps20

svn: r5482
This commit is contained in:
Alex Roitman
2005-12-06 06:38:09 +00:00
parent e0ff843bb4
commit 2f962b5f96
202 changed files with 112821 additions and 41664 deletions

View File

@ -45,7 +45,6 @@ import gtk.glade
#
#------------------------------------------------------------------------
import Utils
import const
import Report
#------------------------------------------------------------------------
@ -114,7 +113,7 @@ class CountAncestors:
from PluginMgr import register_report
register_report(
name = 'count_ancestors',
category = const.CATEGORY_VIEW,
category = Report.CATEGORY_VIEW,
report_class = CountAncestors,
options_class = None,
modes = Report.MODE_GUI,