3559: Home button does not work in Relationship view.
svn: r14257
This commit is contained in:
parent
938b8141e0
commit
97d1415988
@ -445,6 +445,7 @@ class RelationshipView(NavigationView):
|
||||
self.change_person(None)
|
||||
|
||||
def change_person(self, obj):
|
||||
self.change_active(obj)
|
||||
try:
|
||||
return self._change_person(obj)
|
||||
except AttributeError, msg:
|
||||
|
Loading…
Reference in New Issue
Block a user