2006-11-13 Don Allingham <don@gramps-project.org>
* src/Editors/_EditFamily.py: fix FAM_WIDTH svn: r7623
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
			
		||||
2006-11-13  Don Allingham  <don@gramps-project.org>
 | 
			
		||||
	* src/Editors/_EditFamily.py: fix FAM_WIDTH
 | 
			
		||||
 | 
			
		||||
2006-11-12  Don Allingham  <don@gramps-project.org>
 | 
			
		||||
	* src/Viewmanager.py: prompt before abandoning changes; enable autobackup
 | 
			
		||||
	* src/GrampsCfg.py: enable autobackup
 | 
			
		||||
 
 | 
			
		||||
@@ -442,8 +442,8 @@ class EditFamily(EditPrimary):
 | 
			
		||||
                        None,_('Family Editor'))
 | 
			
		||||
 | 
			
		||||
        # restore window size
 | 
			
		||||
        width = Config.get(Config.FAM_WIDTH)
 | 
			
		||||
        height = Config.get(Config.FAM_HEIGHT)
 | 
			
		||||
        width = Config.get(Config.FAMILY_WIDTH)
 | 
			
		||||
        height = Config.get(Config.FAMILY_HEIGHT)
 | 
			
		||||
        self.window.set_default_size(width, height)
 | 
			
		||||
 | 
			
		||||
        self.fbirth  = self.top.get_widget('fbirth')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user