3559: Home button does not work in Relationship view.

svn: r14257
This commit is contained in:
Doug Blank 2010-02-07 02:54:23 +00:00
parent 938b8141e0
commit 97d1415988

View File

@ -445,6 +445,7 @@ class RelationshipView(NavigationView):
self.change_person(None) self.change_person(None)
def change_person(self, obj): def change_person(self, obj):
self.change_active(obj)
try: try:
return self._change_person(obj) return self._change_person(obj)
except AttributeError, msg: except AttributeError, msg: