* src/ListModel.py: Check for the list to be long enough.

* src/gramps.glade: Replace ComboBox with ComboBoxEntry; remove
unneeded scrollwed window (caused warning).


svn: r4757
This commit is contained in:
Alex Roitman
2005-06-02 13:23:20 +00:00
parent 1946c31ba6
commit 0258aad197
3 changed files with 129 additions and 138 deletions

View File

@@ -1,3 +1,8 @@
2005-06-02 Alex Roitman <shura@gramps-project.org>
* src/ListModel.py: Check for the list to be long enough.
* src/gramps.glade: Replace ComboBox with ComboBoxEntry; remove
unneeded scrollwed window (caused warning).
2005-06-01 Don Allingham <don@gramps-project.org>
* src/EditPerson.py: Start event_ref integration
* src/EventEdit.py: Start event_ref integration