2007-01-23 Don Allingham <don@gramps-project.org>

* src/GrampsDb/_GrampsBSDDB.py: initialize the next gramps_id
	indexes to the length of the tables to prevent a walk of the db 
	entries.
	* src/DisplayModels/_BaseModel.py: handle row-insert properly
	* src/PageView.py: handle row adding properly



svn: r7963
This commit is contained in:
Don Allingham
2007-01-23 17:02:55 +00:00
parent f9cc65b4d5
commit 217a8be23b
5 changed files with 43 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
2007-01-23 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_GrampsBSDDB.py: initialize the next gramps_id
indexes to the length of the tables to prevent a walk of the db
entries.
* src/DisplayModels/_BaseModel.py: handle row-insert properly
* src/PageView.py: handle row adding properly
2007-01-22 Alex Roitman <shura@gramps-project.org>
* src/ViewManager.py (vb_clicked): Put back the code that used to
enforce the current view button;