* src/gramps_main.py (change_active_person): Cleanup with

enabling/disabling add/edit/remove buttons in different views upon the
active person change.


svn: r2041
This commit is contained in:
Alex Roitman
2003-08-25 05:03:36 +00:00
parent 8b0c5528b0
commit c0d79487b5
2 changed files with 12 additions and 10 deletions

View File

@@ -16,6 +16,9 @@
build_child_menu, build_spouse_menu, build_parents_menu,
build_sp_parents_menu, edit_parents, edit_sp_parents):
Add navigation portion to all context menus.
* src/gramps_main.py (change_active_person): Cleanup with
enabling/disabling add/edit/remove buttons in different views upon the
active person change.
2003-08-23 Don Allingham <dallingham@users.sourceforge.net>
* src/BaseDoc.py: New base clase for TextDoc/DrawDoc combination