Set transient_for for 'Plugin already exists'
This commit is contained in:
parent
e0db6fe2a5
commit
58942404de
|
@ -287,7 +287,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:
|
||||
|
|
Loading…
Reference in New Issue