column editing

svn: r6085
This commit is contained in:
Don Allingham
2006-03-05 23:39:20 +00:00
parent 0f450408b6
commit f036c5a44b
17 changed files with 131 additions and 293 deletions

View File

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