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",
|
_("Adopted") : "Adopted",
|
||||||
_("Stepchild") : "Stepchild",
|
_("Stepchild") : "Stepchild",
|
||||||
_("Foster") : "Foster",
|
_("Foster") : "Foster",
|
||||||
|
_("None") : "None",
|
||||||
_("Unknown") : "Unknown",
|
_("Unknown") : "Unknown",
|
||||||
_("Other") : "Other",
|
_("Other") : "Other",
|
||||||
}
|
}
|
||||||
|
@ -707,7 +707,7 @@
|
|||||||
<last_modification_time>Thu, 07 Dec 2000 14:37:54 GMT</last_modification_time>
|
<last_modification_time>Thu, 07 Dec 2000 14:37:54 GMT</last_modification_time>
|
||||||
</signal>
|
</signal>
|
||||||
<columns>8</columns>
|
<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>
|
<selection_mode>GTK_SELECTION_SINGLE</selection_mode>
|
||||||
<show_titles>True</show_titles>
|
<show_titles>True</show_titles>
|
||||||
<shadow_type>GTK_SHADOW_IN</shadow_type>
|
<shadow_type>GTK_SHADOW_IN</shadow_type>
|
||||||
@ -946,7 +946,6 @@
|
|||||||
<xpad>0</xpad>
|
<xpad>0</xpad>
|
||||||
<ypad>0</ypad>
|
<ypad>0</ypad>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
||||||
@ -3316,6 +3315,7 @@
|
|||||||
<items>Birth
|
<items>Birth
|
||||||
Adopted
|
Adopted
|
||||||
Stepchild
|
Stepchild
|
||||||
|
Foster
|
||||||
None
|
None
|
||||||
Unknown
|
Unknown
|
||||||
</items>
|
</items>
|
||||||
@ -3490,6 +3490,7 @@ Unknown
|
|||||||
<items>Birth
|
<items>Birth
|
||||||
Adopted
|
Adopted
|
||||||
Stepchild
|
Stepchild
|
||||||
|
Foster
|
||||||
None
|
None
|
||||||
Unknown
|
Unknown
|
||||||
</items>
|
</items>
|
||||||
|
@ -856,7 +856,7 @@ def on_edit_source_clicked(obj):
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
def new_source_after_edit(source):
|
def new_source_after_edit(source):
|
||||||
database.addSource(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):
|
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)
|
person_list.set_row_data(0,pos)
|
||||||
sort_person_list()
|
sort_person_list()
|
||||||
|
|
||||||
# update_display(1)
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user