* src/ReadGedcom.py: fix window object name

svn: r5393
This commit is contained in:
Julio Sánchez 2005-11-10 14:59:33 +00:00
parent 47e7ce1481
commit 51e7041c5d
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2005-11-10 Julio Sanchez <jsanchez@users.sourceforge.net>
* src/plugins/rel_es.py: More detail for some relationships
* src/ImageSelect.py: Recompute mime type in case of path change
* src/ReadGedcom.py: fix window object name
2005-11-09 Don Allingham <don@gramps-project.org>
* src/plugins/DetAncestralReport.py: fix spacing

View File

@ -231,7 +231,7 @@ def import2(database, filename, cb, codeset, use_trans):
'problem.'))
return
except:
Utils.destroy_passed_object(statusWindow)
Utils.destroy_passed_object(status_window)
DisplayTrace.DisplayTrace()
return