Added Foster and None to the valid child/parent relationships
svn: r301
This commit is contained in:
parent
ecd9b84136
commit
eb56fb0bd3
@ -111,6 +111,7 @@ childRelations = {
|
||||
_("Adopted") : "Adopted",
|
||||
_("Stepchild") : "Stepchild",
|
||||
_("Foster") : "Foster",
|
||||
_("None") : "None",
|
||||
_("Unknown") : "Unknown",
|
||||
_("Other") : "Other",
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
@ -1891,8 +1891,6 @@ def new_after_edit(person):
|
||||
sort.build_sort_birth(bday), sort.build_sort_death(dday)])
|
||||
person_list.set_row_data(0,pos)
|
||||
sort_person_list()
|
||||
|
||||
# update_display(1)
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user