2006-07-24 Alex Roitman <shura@gramps-project.org>
* configure.in: Bump up the version number. * src/GrampsDb/_GrampsBSDDB.py (find_fidmap): Remove unused method. svn: r7072
This commit is contained in:
parent
871180a272
commit
b5940487eb
@ -1,3 +1,7 @@
|
||||
2006-07-24 Alex Roitman <shura@gramps-project.org>
|
||||
* configure.in: Bump up the version number.
|
||||
* src/GrampsDb/_GrampsBSDDB.py (find_fidmap): Remove unused method.
|
||||
|
||||
2006-07-24 Manfred Paulus <manfred.paulus@gmx.de>
|
||||
* src/plugins/FanChart.py: Add circle, 1/2 circle and 1/4
|
||||
circle options, along with selectable generations
|
||||
|
@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
dnl May need to run automake && aclocal first
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT(gramps, 2.1.90, [gramps-bugs@lists.sourceforge.net])
|
||||
AC_INIT(gramps, 2.1.95, [gramps-bugs@lists.sourceforge.net])
|
||||
AC_CONFIG_SRCDIR(configure.in)
|
||||
AM_INIT_AUTOMAKE(1.6.3)
|
||||
|
||||
|
@ -67,9 +67,6 @@ def find_surname(key,data):
|
||||
def find_idmap(key,data):
|
||||
return str(data[1])
|
||||
|
||||
def find_fidmap(key,data):
|
||||
return str(data[1])
|
||||
|
||||
# Secondary database key lookups for reference_map table
|
||||
# reference_map data values are of the form:
|
||||
# ((primary_object_class_name, primary_object_handle),
|
||||
|
Loading…
Reference in New Issue
Block a user