* src/ReadGedcom.py: fix window object name
svn: r5393
This commit is contained in:
parent
47e7ce1481
commit
51e7041c5d
@ -1,6 +1,7 @@
|
|||||||
2005-11-10 Julio Sanchez <jsanchez@users.sourceforge.net>
|
2005-11-10 Julio Sanchez <jsanchez@users.sourceforge.net>
|
||||||
* src/plugins/rel_es.py: More detail for some relationships
|
* src/plugins/rel_es.py: More detail for some relationships
|
||||||
* src/ImageSelect.py: Recompute mime type in case of path change
|
* 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>
|
2005-11-09 Don Allingham <don@gramps-project.org>
|
||||||
* src/plugins/DetAncestralReport.py: fix spacing
|
* src/plugins/DetAncestralReport.py: fix spacing
|
||||||
|
@ -231,7 +231,7 @@ def import2(database, filename, cb, codeset, use_trans):
|
|||||||
'problem.'))
|
'problem.'))
|
||||||
return
|
return
|
||||||
except:
|
except:
|
||||||
Utils.destroy_passed_object(statusWindow)
|
Utils.destroy_passed_object(status_window)
|
||||||
DisplayTrace.DisplayTrace()
|
DisplayTrace.DisplayTrace()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user