* src/DataViews/_PersonView.py (set_inactive): Check active status.
svn: r7357
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
			
		||||
2006-10-05  Alex Roitman  <shura@gramps-project.org>
 | 
			
		||||
	* src/DataViews/_PersonView.py (set_inactive): Check active status.
 | 
			
		||||
	* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_11): Upgrade
 | 
			
		||||
	addresses in repositories.
 | 
			
		||||
	* src/Config/_GrampsConfigKeys.py: Regenerate file (proper type
 | 
			
		||||
 
 | 
			
		||||
@@ -109,6 +109,7 @@ class PersonView(PageView.PersonNavView):
 | 
			
		||||
        self.goto_active_person()
 | 
			
		||||
    
 | 
			
		||||
    def set_inactive(self):
 | 
			
		||||
        if self.active:
 | 
			
		||||
            PageView.PersonNavView.set_inactive(self)
 | 
			
		||||
            self.dbstate.disconnect(self.key_active_changed)
 | 
			
		||||
            
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user