Navigation menu fix

svn: r5065
This commit is contained in:
Don Allingham
2005-08-12 17:28:22 +00:00
parent 9d9f08129d
commit 2c9e7fe552
4 changed files with 10 additions and 5 deletions

View File

@ -251,7 +251,6 @@ class PersonNavView(PageView):
def change_page(self):
hobj = self.uistate.phistory
print hobj.at_end(), hobj.at_front()
self.fwd_action.set_sensitive(not hobj.at_end())
self.back_action.set_sensitive(not hobj.at_front())