* src/DisplayState.py: remove print statements

* src/ViewManger.py: Fix const.app_*


svn: r5604
This commit is contained in:
Don Allingham
2005-12-21 18:59:51 +00:00
parent 9258121699
commit 379107f849
3 changed files with 5 additions and 5 deletions

View File

@ -553,7 +553,7 @@ class ViewManager:
self.state.db.close()
except:
pass
self.state.change_database(GrampsDb.gramps_db_factory(app_gramps)())
self.state.change_database(GrampsDb.gramps_db_factory(const.app_gramps)())
self.read_file(filename)
self.state.db.request_rebuild()
self.change_page(None,None)