0001003: Researcher information dialog on export to GEDCOM
svn: r8480
This commit is contained in:
parent
a0ea98f888
commit
9fde676cbd
@ -1,3 +1,7 @@
|
||||
2007-05-15 Brian Matherly <brian@gramps-project.org>
|
||||
* src/GrampsDb/_WriteGedcom.py: 0001003: Researcher information dialog on
|
||||
export to GEDCOM
|
||||
|
||||
2007-05-15 Brian Matherly <brian@gramps-project.org>
|
||||
* src/ReportBase/_ReportDialog.py: 0001043: Dropdown list in htmloptions in
|
||||
Family Group Report has very large size
|
||||
|
@ -71,6 +71,9 @@ def iso8859(s):
|
||||
return s.encode('iso-8859-1','replace')
|
||||
|
||||
def researcher_info_missing():
|
||||
name = Config.get(Config.RESEARCHER_NAME)
|
||||
if name:
|
||||
return False
|
||||
val = Config.get(Config.STARTUP)
|
||||
if val < const.startup:
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user