* src/Bookmarks.py: remove debugging statements

* src/DisplayState.py: remove extra rebuild request
* src/Plugins.py: start support of Report menu
* src/ViewManager.py: tie in report support


svn: r5634
This commit is contained in:
Don Allingham
2005-12-26 05:11:37 +00:00
parent 876730d889
commit 8189db333e
5 changed files with 36 additions and 44 deletions

View File

@ -372,7 +372,6 @@ class RecentDocsMenu:
db = GrampsDb.gramps_db_factory(dbtype)()
self.state.change_database(db)
self.fileopen(name)
self.state.db.request_rebuild()
RecentFiles.recent_files(name,dbtype)
self.build()