Bug fixes for commit 14023

svn: r14037
This commit is contained in:
Nick Hall 2010-01-11 22:37:18 +00:00
parent 95bb81a54c
commit a4dcfa3fc3
2 changed files with 3 additions and 3 deletions

View File

@ -1878,7 +1878,7 @@ class PedigreeViewExt(NavigationView):
build_full_nav_menu() methods.
"""
hobj = self.uistate.get_history(self.navigation_type(),
self.get_group())
self.navigation_group())
home_sensitivity = True
if not self.dbstate.db.get_default_person():
home_sensitivity = False

View File

@ -332,8 +332,8 @@ class PersonView(ListView):
# select the previously active person, turn off the busy cursor
history = self.uistate.get_history(self.navigation_type(),
self.get_group())
self.uistate.history.back()
self.navigation_group())
history.back()
self.uistate.set_busy_cursor(False)
def remove_from_person_list(self, person):