Family Tree Manager: rearrange dialogs to handle cancel

This commit is contained in:
Doug Blank 2016-04-29 15:38:30 -04:00
parent 7368bc7127
commit 3f329cbf24

View File

@ -756,6 +756,7 @@ class DbManager(CLIDbManager):
ErrorDialog(
_("Opening the '%s' database") % name,
_("An attempt to convert the database failed. Perhaps it needs updating."))
return
plugin_manager = GuiPluginManager.get_instance()
export_function = None
for plugin in plugin_manager.get_export_plugins():