2006-12-01  Alex Roitman  <shura@gramps-project.org>
	* src/plugins/Makefile.am (pkgdata_PYTHON): Ship new file.
	* src/plugins/RebuildRefMap.py: Add new plugin.
	* src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Fix reindexing.
	* src/GrampsDb/_GrampsDbBase.py (reindex_reference_map): Add a
	placeholder method for anything other than BSDDB.

In po:
2006-12-01  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: List new file.



svn: r7740
This commit is contained in:
Alex Roitman
2006-12-01 08:23:51 +00:00
parent abeb0de15b
commit 685c655b80
7 changed files with 183 additions and 12 deletions

View File

@@ -1,3 +1,6 @@
2006-12-01 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: List new file.
2006-11-30 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: List new files.

View File

@@ -313,6 +313,7 @@ src/plugins/WriteCD.py
src/plugins/WriteFtree.py
src/plugins/WriteGeneWeb.py
src/plugins/WritePkg.py
src/plugins/RebuildRefMap.py
# PluginUtils package
src/PluginUtils/__init__.py