From 6caf08659e15010a8a88c6843b8ee90cc690ab45 Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Mon, 16 Dec 2013 21:42:12 +0200 Subject: [PATCH] 7229: change active person upon a bookmark select Follow-up for review w/Nick Hall: rm redundant call to goto_handle in NavigationView.jump --- src/gui/views/navigationview.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/views/navigationview.py b/src/gui/views/navigationview.py index 496825488..bdda149ae 100644 --- a/src/gui/views/navigationview.py +++ b/src/gui/views/navigationview.py @@ -364,7 +364,6 @@ class NavigationView(PageView): handle = self.get_handle_from_gramps_id(gid) if handle is not None: self.change_active(handle) - self.goto_handle(handle) else: self.uistate.push_message( self.dbstate,