* src/gramps.glade: remove place field, fixed parent relationships

svn: r4462
This commit is contained in:
Don Allingham 2005-05-03 01:37:53 +00:00
parent 11539c5054
commit dc91adb896
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
2005-05-02 Don Allingham <don@gramps-project.org>
* src/gramps.glade: remove place field
* src/gramps.glade: remove place field, fixed parent relationships
* src/ImageSelect.py: remove place handling
2005-05-01 Alex Roitman <shura@gramps-project.org>

View File

@ -4407,7 +4407,11 @@ Other</property>
<child>
<widget class="GtkComboBox" id="prel_combo">
<property name="visible">True</property>
<property name="items" translatable="yes">Married</property>
<property name="items" translatable="yes">Married
Unmarried
Civil Union
Unknown
Other</property>
<property name="add_tearoffs">False</property>
<property name="focus_on_click">True</property>
<signal name="changed" handler="on_prel_changed" last_modification_time="Fri, 30 Jul 2004 15:32:53 GMT"/>