Bug fixes for commit 14023
svn: r14037
This commit is contained in:
parent
95bb81a54c
commit
a4dcfa3fc3
@ -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
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user