Skip to content
Snippets Groups Projects
Commit d8f4a75e authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

set plugin error dialog transient for Plugins Window. Fixes #7184

parent 1a46caac
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,8 @@ class PluginsWindow(object):
try:
gajim.plugin_manager.activate_plugin(plugin)
except GajimPluginActivateException, e:
WarningDialog(_('Plugin failed'), str(e))
WarningDialog(_('Plugin failed'), str(e),
transient_for=self.window)
return
self.installed_plugins_model[path][2] = not is_active
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment