* src/DbPrompter.py (open_native): Use empty GRDB when opening fails.
svn: r5922
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
2006-02-11 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/DbPrompter.py (open_native): Use empty GRDB when opening fails.
|
||||||
|
|
||||||
2006-02-10 Alex Roitman <shura@gramps-project.org>
|
2006-02-10 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/plugins/DetDescendantReport.py
|
* src/plugins/DetDescendantReport.py
|
||||||
(DetDescendantReport.write_endnotes): Disable writing reference
|
(DetDescendantReport.write_endnotes): Disable writing reference
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Gramps - a GTK+/GNOME based genealogy program
|
# Gramps - a GTK+/GNOME based genealogy program
|
||||||
#
|
#
|
||||||
# Copyright (C) 2000-2005 Donald N. Allingham
|
# Copyright (C) 2000-2006 Donald N. Allingham
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -599,6 +599,8 @@ def open_native(parent,filename,filetype):
|
|||||||
# Add the file to the recent items
|
# Add the file to the recent items
|
||||||
RecentFiles.recent_files(filename,filetype)
|
RecentFiles.recent_files(filename,filetype)
|
||||||
parent.build_recent_menu()
|
parent.build_recent_menu()
|
||||||
|
else:
|
||||||
|
parent.db = GrampsBSDDB.GrampsBSDDB()
|
||||||
|
|
||||||
return success
|
return success
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user