2007-01-17 Don Allingham <don@gramps-project.org>
* src/DataViews/_PersonView.py: optimizations * src/ViewManager.py: optimizations * src/gramps_main.py: optimizations * src/PageView.py: optimizations svn: r7927
This commit is contained in:
@@ -233,13 +233,12 @@ class Gramps:
|
||||
ah.handle_args()
|
||||
self.vm.post_init_interface()
|
||||
|
||||
state.db.request_rebuild()
|
||||
state.change_active_person(state.db.get_default_person())
|
||||
# state.db.request_rebuild()
|
||||
# state.change_active_person(state.db.get_default_person())
|
||||
|
||||
if Config.get(Config.USE_TIPS):
|
||||
TipOfDay.TipOfDay(self.vm.uistate)
|
||||
|
||||
|
||||
def welcome(self):
|
||||
return
|
||||
# if not Config.get(Config.BETAWARN):
|
||||
|
Reference in New Issue
Block a user