Replace "get_note()" calls with "get_note_list()"

svn: r8747
This commit is contained in:
Brian Matherly
2007-07-20 12:03:35 +00:00
parent 8e315b4579
commit 50fe8cb60b
5 changed files with 45 additions and 13 deletions

View File

@@ -1,3 +1,10 @@
2007-07-20 Brian Matherly <brian@gramps-project.org>
* src/ToolTips.py (RepositoryTip:get_tip):
* src/plugins/WriteGeneWeb.py (write_family, write_note_of_person):
* src/plugins/FamilyGroup.py (dump_parent):
* src/plugins/NarrativeWeb.py (display_footer, display_header):
Replace "get_note()" calls with "get_note_list()"
2007-07-19 Brian Matherly <brian@gramps-project.org>
* src/plugins/DetDescendantReport.py:
Need to include attributes in Detailed Descendant report (#0001021)