diff options
-rw-r--r-- | perl-install/mygtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index d3fc4701e..203254aec 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -1002,7 +1002,7 @@ sub _create_Window { #- policy: during install, we need a special code to handle the weird centering, see below position_policy => $::isInstall ? - ($opts->{transient_for} ? 'center-always' : 'none') : + ($opts->{modal} ? 'center-always' : 'none') : $no_Window_Manager ? 'center-always' : 'center-on-parent', if_($::isInstall, position => [ |