2006-08-21 Alex Roitman <shura@gramps-project.org>
* src/plugins/Checkpoint.py (__init__): Assign dbstate. svn: r7227
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
			
		||||
2006-08-21  Alex Roitman  <shura@gramps-project.org>
 | 
			
		||||
	* src/plugins/Checkpoint.py (__init__): Assign dbstate.
 | 
			
		||||
 | 
			
		||||
2006-08-21  Don Allingham  <don@gramps-project.org>
 | 
			
		||||
	* src/DisplayModels/_PeopleModel.py: fix handle column after removal
 | 
			
		||||
	of cause of death
 | 
			
		||||
 
 | 
			
		||||
@@ -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, [],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user