diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-11 08:33:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-11 08:33:22 +0000 |
commit | 93b75d5070f7939f103a9d6f9b95297aebae151b (patch) | |
tree | 1f51d8445c7979ad8cead8cf0dc82f33f109f40e /perl-install/ugtk2.pm | |
parent | a58e0bd510b5f82abc7341ce4a9c8ab44f297232 (diff) | |
download | drakx-93b75d5070f7939f103a9d6f9b95297aebae151b.tar drakx-93b75d5070f7939f103a9d6f9b95297aebae151b.tar.gz drakx-93b75d5070f7939f103a9d6f9b95297aebae151b.tar.bz2 drakx-93b75d5070f7939f103a9d6f9b95297aebae151b.tar.xz drakx-93b75d5070f7939f103a9d6f9b95297aebae151b.zip |
more consistent naming
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 => [ |