From d7bf0b3301fa0eb11d7c0b3af44e3e7304e8fd65 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Fri, 12 Aug 2005 19:00:43 +0000 Subject: [PATCH] Update svn: r5069 --- src/gramps_main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gramps_main.py b/src/gramps_main.py index 1b0da139e..984ca66ba 100755 --- a/src/gramps_main.py +++ b/src/gramps_main.py @@ -161,6 +161,8 @@ class Gramps: ArgHandler.ArgHandler(state,vm,args) vm.init_interface() + state.emit("database-changed", (state.db,)) + state.change_active_person(state.db.get_default_person()) # Don't show main window until ArgHandler is done. # This prevents a window from annoyingly popping up when