* src/PeopleView.py: correctly handle disabling report/tool buttons

* src/gramps_main.py: correctly handle disabling report/tool buttons


svn: r2683
This commit is contained in:
Don Allingham
2004-01-21 04:43:51 +00:00
parent b3802c845c
commit 22cd43d3e2
2 changed files with 1 additions and 6 deletions

View File

@@ -1369,7 +1369,7 @@ class Gramps:
else:
self.backbtn.set_sensitive(0)
self.back.set_sensitive(0)
if person:
self.set_buttons(1)
else: