From 35fb645b3bdc12cfdcc816fbcb743953714a2788 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Jan 2005 09:18:01 +0000 Subject: fix typo --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 7d16fb08f..cd2b1cfa0 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -943,7 +943,7 @@ sub _create_window { if_(!$::isInstall && !$::isWizard, border_width => 5), #- policy: during install, we need a special code to handle the weird centering, see below - position_policy => $::isInstall ? '' : $no_Window_Manager ? 'center-always' : 'center-on-parent', + position_policy => $::isInstall ? 'none' : $no_Window_Manager ? 'center-always' : 'center-on-parent', if_(!$::isInstall, icon_no_error => wm_icon()), -- cgit v1.2.1