Fix incorrect method name

svn: r12786
This commit is contained in:
Gary Burton 2009-07-11 15:32:37 +00:00
parent 2b8b4a0359
commit 215aeb4667

View File

@ -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
"""