Fix incorrect method name
svn: r12786
This commit is contained in:
parent
2b8b4a0359
commit
215aeb4667
@ -1437,7 +1437,7 @@ class GrampsDbBase(Callback):
|
||||
return handle_list
|
||||
return []
|
||||
|
||||
def iter_media_handles(self):
|
||||
def iter_media_object_handles(self):
|
||||
"""
|
||||
Return an iterator over handles for Media in the database
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user