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
80ff4e8848
commit
2c52aacb0a
@ -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>
|
2006-11-10 Don Allingham <don@gramps-project.org>
|
||||||
* src/GrampsDb/_ReadGedcom.py: handle GedcomError properly
|
* src/GrampsDb/_ReadGedcom.py: handle GedcomError properly
|
||||||
* src/DisplayModels/_BaseModel.py: handle add properly with filters
|
* src/DisplayModels/_BaseModel.py: handle add properly with filters
|
||||||
|
@ -129,9 +129,6 @@ class GrampsInMemDB(GrampsDbBase):
|
|||||||
def get_media_cursor(self):
|
def get_media_cursor(self):
|
||||||
return GrampsInMemCursor(self.media_map)
|
return GrampsInMemCursor(self.media_map)
|
||||||
|
|
||||||
def get_event_cursor(self):
|
|
||||||
return GrampsInMemCursor(self.event_map)
|
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
self.close_undodb()
|
self.close_undodb()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user