7229: change active person upon a bookmark select

Reapply my fix [88d2a2] from gramps34.
This commit is contained in:
Vassilii Khachaturov 2013-12-14 17:57:47 +02:00
parent ccb1cb1330
commit 584612d9f4

View File

@ -748,6 +748,7 @@ class PedigreeView(NavigationView):
if handle:
person = self.dbstate.db.get_person_from_handle(handle)
if person:
self.change_active(handle)
self.rebuild_trees(handle)
else:
self.rebuild_trees(None)