* src/GrampsParser.py: handle new witness format in XML file

* src/WriteXML.py: handle new witness format in XML file
* src/dialog.glade: removed unused callbacks
* src/gramps.glade: adjust window size
* src/ListModel.py: add the ability to find an entry
* src/ChooseParents.py: Select the preferred spouse of the first
selected person.


svn: r2252
This commit is contained in:
Don Allingham
2003-10-14 04:22:24 +00:00
parent 5f0138f0d9
commit ef7449214c
3 changed files with 37 additions and 15 deletions

View File

@@ -4264,7 +4264,7 @@
<child>
<widget class="GtkTreeView" id="father_list">
<property name="height_request">60</property>
<property name="height_request">150</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>
@@ -4293,7 +4293,7 @@
<child>
<widget class="GtkTreeView" id="mother_list">
<property name="height_request">60</property>
<property name="height_request">150</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">True</property>