* src/gramps_main.py: Support for re-building Open Recent submenu

and opening files from it.
* src/ArgHandler.py: Rebuild recent menu after adding to recent.
* src/DbPrompter.py (open_native): Add function.
* src/RecentFiles.py (remove_filename): Add function.


svn: r3767
This commit is contained in:
Alex Roitman
2004-11-30 02:16:30 +00:00
parent de8c6d6308
commit 35bc6fed1e
5 changed files with 82 additions and 35 deletions

View File

@ -261,6 +261,7 @@ class ArgHandler:
if success:
# Add the file to the recent items
RecentFiles.recent_files(filename,filetype)
self.parent.build_recent_menu()
return
if self.imports: