Set transient_for for 'Plugin already exists'

This commit is contained in:
Denis Fomin 2013-09-24 17:03:30 +04:00
parent e0db6fe2a5
commit 58942404de
1 changed files with 1 additions and 1 deletions

View File

@ -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: