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.
|
build_full_nav_menu() methods.
|
||||||
"""
|
"""
|
||||||
hobj = self.uistate.get_history(self.navigation_type(),
|
hobj = self.uistate.get_history(self.navigation_type(),
|
||||||
self.get_group())
|
self.navigation_group())
|
||||||
home_sensitivity = True
|
home_sensitivity = True
|
||||||
if not self.dbstate.db.get_default_person():
|
if not self.dbstate.db.get_default_person():
|
||||||
home_sensitivity = False
|
home_sensitivity = False
|
||||||
|
@ -332,8 +332,8 @@ class PersonView(ListView):
|
|||||||
|
|
||||||
# select the previously active person, turn off the busy cursor
|
# select the previously active person, turn off the busy cursor
|
||||||
history = self.uistate.get_history(self.navigation_type(),
|
history = self.uistate.get_history(self.navigation_type(),
|
||||||
self.get_group())
|
self.navigation_group())
|
||||||
self.uistate.history.back()
|
history.back()
|
||||||
self.uistate.set_busy_cursor(False)
|
self.uistate.set_busy_cursor(False)
|
||||||
|
|
||||||
def remove_from_person_list(self, person):
|
def remove_from_person_list(self, person):
|
||||||
|
Loading…
Reference in New Issue
Block a user