* src/gramps_main.py: update places and sources after edit
svn: r4098
This commit is contained in:
parent
7e981442b0
commit
ddc6690752
@ -1,3 +1,6 @@
|
|||||||
|
2005-02-25 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
|
* src/gramps_main.py: update places and sources after edit
|
||||||
|
|
||||||
2005-02-25 Alex Roitman <shura@alex.neuro.umn.edu>
|
2005-02-25 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/DbPrompter.py (GrampsFormatWidget): Add class;
|
* src/DbPrompter.py (GrampsFormatWidget): Add class;
|
||||||
(format_maker): Add_function; (NewSaveasDbPrompter.chooser): Support
|
(format_maker): Add_function; (NewSaveasDbPrompter.chooser): Support
|
||||||
|
@ -1536,6 +1536,8 @@ class Gramps:
|
|||||||
else:
|
else:
|
||||||
self.people_view.redisplay_person_list(epo.person)
|
self.people_view.redisplay_person_list(epo.person)
|
||||||
self.family_view.load_family()
|
self.family_view.load_family()
|
||||||
|
self.place_view.build_tree()
|
||||||
|
self.source_view.build_tree()
|
||||||
self.update_display(0)
|
self.update_display(0)
|
||||||
self.goto_active_person()
|
self.goto_active_person()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user