* src/ArgHandler.py: Adapt to recent changes.

* src/BasicUtils.py (update_empty): Clean up callback.
	* src/GrampsDb/_ReadGedcom.py: Clean up callback.


svn: r6700
This commit is contained in:
Alex Roitman
2006-05-18 01:02:52 +00:00
parent d95f546782
commit ae8ec93201
6 changed files with 66 additions and 93 deletions

View File

@@ -721,6 +721,10 @@ class ViewManager:
self.window.window.set_cursor(None)
def post_load_newdb(self, filename, filetype):
if not filename:
return
# This method is for UI stuff when the database has changed.
# Window title, recent files, etc related to new file.