From eff3ae3f82ea31adc442449a2761bd26524b1a69 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 22 Aug 2006 03:32:00 +0000 Subject: [PATCH] 2006-08-21 Alex Roitman * src/plugins/Checkpoint.py (__init__): Assign dbstate. svn: r7227 --- ChangeLog | 3 +++ src/plugins/Checkpoint.py | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index dd6d5ef02..5a32c829c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-08-21 Alex Roitman + * src/plugins/Checkpoint.py (__init__): Assign dbstate. + 2006-08-21 Don Allingham * src/DisplayModels/_PeopleModel.py: fix handle column after removal of cause of death diff --git a/src/plugins/Checkpoint.py b/src/plugins/Checkpoint.py index bc18b24d1..5cba97b5e 100644 --- a/src/plugins/Checkpoint.py +++ b/src/plugins/Checkpoint.py @@ -114,6 +114,7 @@ class Checkpoint(Tool.Tool, ManagedWindow.ManagedWindow): def __init__(self, dbstate, uistate, options_class, name, callback=None): Tool.Tool.__init__(self, dbstate, options_class, name) + self.dbstate = dbstate if uistate: ManagedWindow.ManagedWindow.__init__(self, uistate, [],