Added Foster and None to the valid child/parent relationships

svn: r301
This commit is contained in:
Don Allingham 2001-08-07 05:08:52 +00:00
parent ecd9b84136
commit eb56fb0bd3
3 changed files with 6 additions and 6 deletions

View File

@ -111,6 +111,7 @@ childRelations = {
_("Adopted") : "Adopted",
_("Stepchild") : "Stepchild",
_("Foster") : "Foster",
_("None") : "None",
_("Unknown") : "Unknown",
_("Other") : "Other",
}

View File

@ -707,7 +707,7 @@
<last_modification_time>Thu, 07 Dec 2000 14:37:54 GMT</last_modification_time>
</signal>
<columns>8</columns>
<column_widths>250,60,70,150,100,1,1,1</column_widths>
<column_widths>250,60,70,150,100,5,5,5</column_widths>
<selection_mode>GTK_SELECTION_SINGLE</selection_mode>
<show_titles>True</show_titles>
<shadow_type>GTK_SHADOW_IN</shadow_type>
@ -946,7 +946,6 @@
<xpad>0</xpad>
<ypad>0</ypad>
</widget>
</widget>
</widget>
@ -3316,6 +3315,7 @@
<items>Birth
Adopted
Stepchild
Foster
None
Unknown
</items>
@ -3490,6 +3490,7 @@ Unknown
<items>Birth
Adopted
Stepchild
Foster
None
Unknown
</items>

View File

@ -856,7 +856,7 @@ def on_edit_source_clicked(obj):
#-------------------------------------------------------------------------
def new_source_after_edit(source):
database.addSource(source)
update_display(1)
update_display(0)
#-------------------------------------------------------------------------
#
@ -864,7 +864,7 @@ def new_source_after_edit(source):
#
#-------------------------------------------------------------------------
def update_source_after_edit(source):
update_display(1)
update_display(0)
#-------------------------------------------------------------------------
#
@ -1892,8 +1892,6 @@ def new_after_edit(person):
person_list.set_row_data(0,pos)
sort_person_list()
# update_display(1)
#-------------------------------------------------------------------------
#
#