Issue 4293, problems with LagecyGedcom and empty events.
svn: r15997
This commit is contained in:
parent
f90ce86320
commit
4847525995
@ -118,6 +118,7 @@ import LdsUtils
|
|||||||
import Utils
|
import Utils
|
||||||
from DateHandler._DateParser import DateParser
|
from DateHandler._DateParser import DateParser
|
||||||
from gen.db.dbconst import EVENT_KEY
|
from gen.db.dbconst import EVENT_KEY
|
||||||
|
from QuestionDialog import WarningDialog
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
@ -5434,6 +5435,11 @@ class GedcomParser(UpdateCallback):
|
|||||||
if state.genby == "GRAMPS":
|
if state.genby == "GRAMPS":
|
||||||
self.gedsource = self.gedmap.get_from_source_tag(line.data)
|
self.gedsource = self.gedmap.get_from_source_tag(line.data)
|
||||||
|
|
||||||
|
if state.genby.upper() == "LEGACY":
|
||||||
|
fname = os.path.basename(self.filename)
|
||||||
|
WarningDialog(_("Import of GEDCOM file %s with DEST=%s, could cause errors in the resulting database!") % \
|
||||||
|
(fname, state.genby), _("Look for nameless events."))
|
||||||
|
|
||||||
def __header_plac(self, line, state):
|
def __header_plac(self, line, state):
|
||||||
"""
|
"""
|
||||||
@param line: The current line in GedLine format
|
@param line: The current line in GedLine format
|
||||||
|
Loading…
x
Reference in New Issue
Block a user