diff --git a/ChangeLog b/ChangeLog index 69bf7eb8e..c59c073d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * src/GrampsParser.py: Use access methods rather than poking directly. diff --git a/src/gramps_main.py b/src/gramps_main.py index 7fbd6beba..513ac250b 100755 --- a/src/gramps_main.py +++ b/src/gramps_main.py @@ -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: