From 937a113185a58609203b9b6a998f8c6bc0e377ca Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Feb 2004 23:26:35 +0000 Subject: rename $ugtk2::force_center used at install with $ugtk2::force_center_at_pos the boolean $ugtk2::force_center value used standalone is kept as before --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 96e9d7153..dc037b6b9 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -137,7 +137,7 @@ sub new($$) { install_gtk::create_logo_window($o); install_gtk::create_steps_window($o); - $ugtk2::force_center = [ $::rootwidth - $::windowwidth, $::logoheight, $::windowwidth, $::windowheight ]; + $ugtk2::force_center_at_pos = [ $::rootwidth - $::windowwidth, $::logoheight, $::windowwidth, $::windowheight ]; $o = (bless {}, ref($type) || $type)->SUPER::new($o); $o->interactive::gtk::new; -- cgit v1.2.1