(BaseModel.delete_row_by_handle): fix sort array after delete

svn: r7967
This commit is contained in:
Don Allingham
2007-01-24 04:45:11 +00:00
parent fc2ff8e8d0
commit 069412bc4c
5 changed files with 14 additions and 43 deletions

View File

@@ -7,6 +7,7 @@
indexes to the length of the tables to prevent a walk of the db
entries.
* src/DisplayModels/_BaseModel.py: handle row-insert properly
(BaseModel.delete_row_by_handle): fix sort array after delete
* src/PageView.py: handle row adding properly
2007-01-22 Alex Roitman <shura@gramps-project.org>