2006-11-10 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsInMemDB.py (get_event_cursor): Remove extra definition. svn: r7611
This commit is contained in:
parent
737510e50b
commit
29760f6141
@ -1,3 +1,7 @@
|
||||
2006-11-10 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GrampsDb/_GrampsInMemDB.py (get_event_cursor): Remove extra
|
||||
definition.
|
||||
|
||||
2006-11-10 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsDb/_ReadGedcom.py: handle GedcomError properly
|
||||
* src/DisplayModels/_BaseModel.py: handle add properly with filters
|
||||
|
@ -129,9 +129,6 @@ class GrampsInMemDB(GrampsDbBase):
|
||||
def get_media_cursor(self):
|
||||
return GrampsInMemCursor(self.media_map)
|
||||
|
||||
def get_event_cursor(self):
|
||||
return GrampsInMemCursor(self.event_map)
|
||||
|
||||
def close(self):
|
||||
self.close_undodb()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user