Family Tree Manager: rearrange dialogs to handle cancel
This commit is contained in:
@ -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():
|
||||
|
Reference in New Issue
Block a user