* src/GrampsDbBase.py (create_id): Use sys.maxint to get the maximum possible integer number

svn: r4377
This commit is contained in:
Martin Hawlisch
2005-04-19 14:47:02 +00:00
parent 715cf4c956
commit 2521330c56
2 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
that uses gtk+ only. Still incomplete.
* src/gramps_main.py: Removed canvas specific calls of the PedView
* src/GrampsDbBase.py (create_id): Use sys.maxint to get the maximum possible integer number
2005-04-18 Don Allingham <don@gramps-project.org>
* src/edit_person.glade: re-add edit_person.glade
* src/EditPerson.py: start of new EditPerson dialog