svn: r6581
This commit is contained in:
Alex Roitman 2006-05-08 17:57:47 +00:00
parent 82b45e0b2b
commit 07057b40a6

View File

@ -105,7 +105,7 @@ class GrampsInMemDB(GrampsDbBase):
# Re-set the undo history to a fresh session start
self.undoindex = -1
self.translist = [None] * len(self.state.db.translist)
self.translist = [None] * len(self.translist)
self.abort_possible = True
self.undo_history_timestamp = time.time()