* src/DbPrompter.py (ImportDbPrompter.chooser): Typo.
svn: r4137
This commit is contained in:
@@ -303,7 +303,7 @@ class ImportDbPrompter:
|
||||
import ReadXML
|
||||
ReadXML.importData(self.parent.db,filename)
|
||||
return True
|
||||
elif filetype == const.app_gramps_gedcom:
|
||||
elif filetype == const.app_gedcom:
|
||||
choose.destroy()
|
||||
import ReadGedcom
|
||||
ReadGedcom.importData(self.parent.db,filename)
|
||||
|
||||
Reference in New Issue
Block a user