2003-11-01 Tim Waugh <twaugh@redhat.com>

* src/gramps_main.py (Gramps.delete_person_clicked): Fix removal
        of multiple people at once (bug #834102).


svn: r2305
This commit is contained in:
Tim Waugh
2003-11-01 16:01:36 +00:00
parent 550870269f
commit 1810846114
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2003-11-01 Tim Waugh <twaugh@redhat.com>
* src/gramps_main.py (Gramps.delete_person_clicked): Fix removal
of multiple people at once (bug #834102).
* src/PeopleStore.py (PeopleStore.remove): Remove
surname element after last individual with that surname is
removed (bug #834105).