summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-11 08:15:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-11 08:15:01 +0000
commitf0ca1fe74ab1064383348f857776b25f1e5bd975 (patch)
treec15476f7f1e7a222b0706f488c2fb530a83a276d /perl-install/install_steps_gtk.pm
parent8cb3b6a0c869c3b95fd09f7aab5fe4a8b8b39425 (diff)
downloaddrakx-backup-do-not-use-f0ca1fe74ab1064383348f857776b25f1e5bd975.tar
drakx-backup-do-not-use-f0ca1fe74ab1064383348f857776b25f1e5bd975.tar.gz
drakx-backup-do-not-use-f0ca1fe74ab1064383348f857776b25f1e5bd975.tar.bz2
drakx-backup-do-not-use-f0ca1fe74ab1064383348f857776b25f1e5bd975.tar.xz
drakx-backup-do-not-use-f0ca1fe74ab1064383348f857776b25f1e5bd975.zip
install_gtk::create_help_window is unused, removing it
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 81b3ceca5..7db242598 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;
@@ -154,7 +154,6 @@ sub enteringStep {
printf "Entering step `%s'\n", $o->{steps}{$step}{text};
$o->SUPER::enteringStep($step);
install_gtk::update_steps_position($o);
-# install_gtk::create_help_window($o); #- HACK: without this it does not work (reaches step doPartitionDisks then fail)
}
sub leavingStep {
my ($o, $step) = @_;