PersonNavView changes

svn: r5052
This commit is contained in:
Don Allingham
2005-08-11 17:19:03 +00:00
parent 0a245a7f2d
commit 30450e2efa
6 changed files with 156 additions and 167 deletions

View File

@@ -112,7 +112,7 @@ class History(GrampsDBCallback.GrampsDBCallback):
return self.index+1 == len(self.history)
def at_front(self):
return self.index == 0
return self.index <= 0
def prune(self):
if not self.at_end():