0001003: Researcher information dialog on export to GEDCOM

svn: r8480
This commit is contained in:
Brian Matherly 2007-05-16 03:35:29 +00:00
parent a0ea98f888
commit 9fde676cbd
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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