diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-02-04 23:26:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-02-04 23:26:35 +0000 |
commit | 937a113185a58609203b9b6a998f8c6bc0e377ca (patch) | |
tree | 1a4cf5a5bbd07d847dcf4a64e8791da69b737734 /perl-install/install_steps_gtk.pm | |
parent | a486769f394550973d380fe20631f6d97cf4ff4a (diff) | |
download | drakx-937a113185a58609203b9b6a998f8c6bc0e377ca.tar drakx-937a113185a58609203b9b6a998f8c6bc0e377ca.tar.gz drakx-937a113185a58609203b9b6a998f8c6bc0e377ca.tar.bz2 drakx-937a113185a58609203b9b6a998f8c6bc0e377ca.tar.xz drakx-937a113185a58609203b9b6a998f8c6bc0e377ca.zip |
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
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |