summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-11 08:27:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-11 08:27:35 +0000
commit39daceea3f8aa0a297b1886e376f7e4fd2f277dc (patch)
treea1122138c82638042724fa65c323d2d47c5393c7 /perl-install/install_steps_gtk.pm
parent32fe5f82fb6334d3eae3380acfce67bf6b9dea25 (diff)
downloaddrakx-backup-do-not-use-39daceea3f8aa0a297b1886e376f7e4fd2f277dc.tar
drakx-backup-do-not-use-39daceea3f8aa0a297b1886e376f7e4fd2f277dc.tar.gz
drakx-backup-do-not-use-39daceea3f8aa0a297b1886e376f7e4fd2f277dc.tar.bz2
drakx-backup-do-not-use-39daceea3f8aa0a297b1886e376f7e4fd2f277dc.tar.xz
drakx-backup-do-not-use-39daceea3f8aa0a297b1886e376f7e4fd2f277dc.zip
revert bad commit
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 7db242598..79395721d 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -141,7 +141,7 @@ sub new($$) {
install_gtk::create_steps_window($o);
$ugtk2::grab = 1;
-# $ugtk2::force_center_at_pos = [ $::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;