Update
svn: r6581
This commit is contained in:
parent
82b45e0b2b
commit
07057b40a6
@ -105,7 +105,7 @@ class GrampsInMemDB(GrampsDbBase):
|
|||||||
|
|
||||||
# Re-set the undo history to a fresh session start
|
# Re-set the undo history to a fresh session start
|
||||||
self.undoindex = -1
|
self.undoindex = -1
|
||||||
self.translist = [None] * len(self.state.db.translist)
|
self.translist = [None] * len(self.translist)
|
||||||
self.abort_possible = True
|
self.abort_possible = True
|
||||||
self.undo_history_timestamp = time.time()
|
self.undo_history_timestamp = time.time()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user