svn: r1775
This commit is contained in:
Don Allingham 2003-06-25 03:36:48 +00:00
parent 2f5bcae451
commit c5a32dfae8
2 changed files with 10 additions and 3 deletions

View File

@ -2,6 +2,13 @@
* src/SubstKeywords.py: Fixed typo on getName
* src/plugins/WriteGedcom.py: Allow iso-8859-1 (ANSI) encoding
* src/plugins/gedcomexport.glade: Allow iso-8859-1 (ANSI) encoding
* src/docgen/PdfDoc.py: handle page break
* src/plugins/BookReport.py: move book report to its own category,
handle page break properly
* src/plugins/FtmStyleAncestors.py: handle book improvements
* src/plugins/FtmStyleDescendants.py: handle book improvements
* src/plugins/IndivSummary.py: handle book improvements, rename
document styles
2003-06-24 Tim Waugh <twaugh@redhat.com>
* src/GrampsParser.py: Use access methods rather than poking directly.

View File

@ -1276,6 +1276,9 @@ class Gramps:
def load_active_person(self,obj):
self.load_person(self.active_person)
def update_person_list(self,person):
self.add_to_person_list(person,0)
def load_new_person(self,obj):
self.active_person = RelLib.Person()
@ -1679,9 +1682,6 @@ class Gramps:
def redisplay_person_list(self,person):
self.add_to_person_list(person,1)
def update_person_list(self,person):
self.add_to_person_list(person,0)
def load_person(self,person):
if person:
try: