2003-06-27 Tim Waugh <twaugh@redhat.com>
* src/PlaceView.py: Fix removal of unreferenced places. svn: r1797
This commit is contained in:
parent
debbb57e17
commit
315e2ccf40
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user