PersonNavView changes
svn: r5052
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user