2007-12-10 Benny Malengier <benny.malengier@gramps-project.org>
* src/gen/lib/notebase.py: change comment string * src/gen/lib/person.py: change comment string * src/gen/lib/event.py: add attr to list of sec objects, bug #1318 svn: r9481
This commit is contained in:
@ -220,7 +220,7 @@ class Event(SourceBase, NoteBase, MediaBase, AttributeBase,
|
||||
@return: Returns the list of objects refereincing primary objects.
|
||||
@rtype: list
|
||||
"""
|
||||
return self.media_list + self.source_list
|
||||
return self.get_sourcref_child_list() + self.source_list
|
||||
|
||||
def is_empty(self):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user