diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-11 13:06:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-11 13:06:33 +0000 |
commit | 4b9f9119935f1e32812489c19913bd110b185d5e (patch) | |
tree | 3ccf67018203007de0dc0668befdf24f7993320c /perl-install/install_steps_gtk.pm | |
parent | 574a2b4e633e9de62414441e7245f3dce55fb060 (diff) | |
download | drakx-backup-do-not-use-4b9f9119935f1e32812489c19913bd110b185d5e.tar drakx-backup-do-not-use-4b9f9119935f1e32812489c19913bd110b185d5e.tar.gz drakx-backup-do-not-use-4b9f9119935f1e32812489c19913bd110b185d5e.tar.bz2 drakx-backup-do-not-use-4b9f9119935f1e32812489c19913bd110b185d5e.tar.xz drakx-backup-do-not-use-4b9f9119935f1e32812489c19913bd110b185d5e.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 715b96f27..b2f6f4a57 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -196,7 +196,7 @@ sub doPartitionDisks { } elsif ($@ =~ /not enough room/) { $o->ask_warn('', _("You don't have any enough room for Lnx4win")); } else { return } - delete $o->{lnx4win}; +#- delete $o->{lnx4win}; } if ($::beginner && fsedit::is_one_big_fat($hds)) { #- wizard @@ -558,7 +558,7 @@ sub installPackages { $nb = $_[0]; $total_size = $_[1]; $current_total_size = 0; $start_time = time(); - $msg->set(_("%d packages", $nb) . _(", %U MB", pkgs::correctSize($total_size / sqr(1024)))); + $msg->set(_("%d packages", $nb) . _(", %U MB", $total_size / sqr(1024))); $w->flush; } elsif ($m =~ /^Starting installing package/) { $progress->update(0); |