2003-06-27 Tim Waugh <twaugh@redhat.com>

* src/PlaceView.py: Fix removal of unreferenced places.


svn: r1797
This commit is contained in:
Tim Waugh 2003-06-27 22:01:59 +00:00
parent af1140858e
commit b98cb71b2b
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2003-06-27 Tim Waugh <twaugh@redhat.com>
* src/PlaceView.py: Fix removal of unreferenced places.
* src/plugins/WebPage.py: Make source links work.
* src/EditPerson.py: Place keys are unicode.
* src/plugins/Ancestors.py: Include source reference notes. Made

View File

@ -177,6 +177,7 @@ class PlaceView:
self.selection.selected_foreach(self.blist,mlist)
for place in mlist:
used = 0
for key in self.db.getPersonKeys():
p = self.db.getPerson(key)
event_list = [p.getBirth(), p.getDeath()] + p.getEventList()