* src/GrampsParser.py: remove debugging statement

* src/RelLib.py: remove debugging statement
* src/gramps_main.py: If an invalid ID is found while attempting to
access the history, invalidate the history list (set to empty list).
This should only happen after a reordering of IDs.


svn: r2282
This commit is contained in:
Don Allingham
2003-10-23 03:02:52 +00:00
parent 7df344ec86
commit 9ce580c501
4 changed files with 32 additions and 31 deletions

View File

@ -275,7 +275,6 @@ class GrampsParser:
if attrs.has_key('ref'):
self.witness = RelLib.Witness(RelLib.Event.ID,attrs['ref'])
if attrs.has_key('name'):
print "name",attrs['name']
self.witness = RelLib.Witness(RelLib.Event.NAME,attrs['name'])
def start_coord(self,attrs):