Family Tree Manager: rearrange dialogs to handle cancel
This commit is contained in:
parent
7368bc7127
commit
3f329cbf24
@ -756,6 +756,7 @@ class DbManager(CLIDbManager):
|
|||||||
ErrorDialog(
|
ErrorDialog(
|
||||||
_("Opening the '%s' database") % name,
|
_("Opening the '%s' database") % name,
|
||||||
_("An attempt to convert the database failed. Perhaps it needs updating."))
|
_("An attempt to convert the database failed. Perhaps it needs updating."))
|
||||||
|
return
|
||||||
plugin_manager = GuiPluginManager.get_instance()
|
plugin_manager = GuiPluginManager.get_instance()
|
||||||
export_function = None
|
export_function = None
|
||||||
for plugin in plugin_manager.get_export_plugins():
|
for plugin in plugin_manager.get_export_plugins():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user