* src/ReadGedcom.py (parse_record): Get objects from handles;
(handle_source): Refer to handle, not the object; (parse_source): Use gramps id (not handle) to form the title. * src/GrampsDbBase.py (get_person_from_handle): Typo; (find_event_from_handle): Correctly create new event if not found. * src/Sources.py (draw): Correctly sort, use gramps id when displaying sources; (redraw): Use gramps id in the list view. svn: r3461
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2004-08-21 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/ReadGedcom.py (parse_record): Get objects from handles;
|
||||
(handle_source): Refer to handle, not the object;
|
||||
(parse_source): Use gramps id (not handle) to form the title.
|
||||
* src/GrampsDbBase.py (get_person_from_handle): Typo;
|
||||
(find_event_from_handle): Correctly create new event if not found.
|
||||
* src/Sources.py (draw): Correctly sort, use gramps id when
|
||||
displaying sources; (redraw): Use gramps id in the list view.
|
||||
|
||||
2004-08-20 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/gramps_main.py: update family display after EditPerson
|
||||
* src/EditPerson.py: fix callback
|
||||
|
||||
Reference in New Issue
Block a user