Paragraph editor enhancements - styles have descriptions

svn: r1332
This commit is contained in:
Don Allingham
2003-03-08 05:03:18 +00:00
parent e6392837cf
commit f51271f0be
8 changed files with 360 additions and 183 deletions

View File

@@ -1660,7 +1660,7 @@ class Family(Persistent):
def setChildList(self, list):
"""sets the list of children"""
self.Children = list
self.Children = list[:]
def getMarriage(self):
"""returns the marriage event of the Family. Obsolete"""