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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user