* src/FamilyView.py: fix title
svn: r5712
This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| 2006-01-10  Don Allingham  <don@gramps-project.org> | ||||
| 	* src/FamilyView.py: fix title | ||||
| 	* src/MapView.py: fix title | ||||
| 	* src/FamilyView.py: add/edit/delete buttons for families added, | ||||
| 	add support for no families or parents | ||||
|   | ||||
| @@ -150,7 +150,7 @@ class MarkupLabel(gtk.Label): | ||||
| class FamilyView(PageView.PersonNavView): | ||||
|  | ||||
|     def __init__(self,dbstate,uistate): | ||||
|         PageView.PersonNavView.__init__(self,'Pedigree View',dbstate,uistate) | ||||
|         PageView.PersonNavView.__init__(self,'Relationship View',dbstate,uistate) | ||||
|         dbstate.connect('database-changed',self.change_db) | ||||
|         dbstate.connect('active-changed',self.change_person) | ||||
|         self.show_siblings = GrampsKeys.get_family_siblings() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user