7229: change active person upon a bookmark select

Follow-up for review w/Nick Hall:
rm redundant call to goto_handle in NavigationView.jump
This commit is contained in:
Vassilii Khachaturov 2013-12-16 21:42:12 +02:00
parent d98e63d0e0
commit 6caf08659e

View File

@ -364,7 +364,6 @@ class NavigationView(PageView):
handle = self.get_handle_from_gramps_id(gid) handle = self.get_handle_from_gramps_id(gid)
if handle is not None: if handle is not None:
self.change_active(handle) self.change_active(handle)
self.goto_handle(handle)
else: else:
self.uistate.push_message( self.uistate.push_message(
self.dbstate, self.dbstate,