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