* src/gramps_main.py: Enable context menu for an empty people view.

* src/FamilyView.py: Cleanups for the case of empty database.


svn: r2063
This commit is contained in:
Alex Roitman
2003-08-30 23:14:00 +00:00
parent 343d4d2774
commit 77a0a7f728
3 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2003-08-30 Alex Roitman <shura@alex.neuro.umn.edu>
* src/gramps_main.py: Enable context menu for an empty people view.
* src/FamilyView.py: Cleanups for the case of empty database.
2003-08-29 Alex Roitman <shura@alex.neuro.umn.edu>
* src/plugins/DesGraph.py: Change from TextDoc and DrawDoc to BaseDoc.
* src/plugins/FanChart.py: Likewise. Enable Book item functionality.