Skip to content
Snippets Groups Projects
Commit a445e3c4 authored by Dicson's avatar Dicson
Browse files

Set transient_for for 'Plugin already exists'

parent 1379f6e3
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ class PluginsWindow(object):
sel.select_iter(iter_)
YesNoDialog(_('Plugin already exists'), sectext=_('Overwrite?'),
on_response_yes=on_yes)
on_response_yes=on_yes, transient_for=self.window)
def _try_install(zip_filename):
try:
......
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