2007-03-29 Don Allingham <don@gramps-project.org>

* src/ViewManager.py: load previous db if requested
	* src/gramps_main.py: load previous db if requested
	* src/ArgHandler.py: load previous db if requested



svn: r8340
This commit is contained in:
Don Allingham
2007-03-30 04:23:46 +00:00
parent 698c28f230
commit 2002d9a1ba
4 changed files with 24 additions and 4 deletions

View File

@@ -238,8 +238,8 @@ class Gramps:
# we may need to change the order of operation
ah = ArgHandler.ArgHandler(state,self.vm,args)
if ah.need_gui():
self.vm.post_init_interface()
ah.handle_args()
self.vm.post_init_interface()
else:
ah.handle_args()
self.vm.post_init_interface()