From 93b75d5070f7939f103a9d6f9b95297aebae151b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Jan 2005 08:33:22 +0000 Subject: more consistent naming --- 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 b7d3c63fd..cfeef7d9a 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -941,7 +941,7 @@ sub _create_window { my $w = gtknew('Window', if_(!$::isInstall && !$::isWizard, border_width => 5), widget_name => 'Title', - position_policy => !$::isInstall && !$::isStandalone ? 'center_always' : 'center-on-parent', + position_policy => !$::isInstall && !$::isStandalone ? 'center-always' : 'center-on-parent', if_(!$::isInstall, icon_no_error => wm_icon()), if_($::isInstall, position => [ -- cgit v1.2.1