summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-17 05:49:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-17 05:49:12 +0000
commit5076cca8105bbb7b334a1d2004db6716428cd7b4 (patch)
tree0becaa50211e0abb18b12d923908a7fdf4610bb8 /perl-install/install2.pm
parent354186e210c550f7d7627d61ef02466c6b3d35bd (diff)
downloaddrakx-backup-do-not-use-5076cca8105bbb7b334a1d2004db6716428cd7b4.tar
drakx-backup-do-not-use-5076cca8105bbb7b334a1d2004db6716428cd7b4.tar.gz
drakx-backup-do-not-use-5076cca8105bbb7b334a1d2004db6716428cd7b4.tar.bz2
drakx-backup-do-not-use-5076cca8105bbb7b334a1d2004db6716428cd7b4.tar.xz
drakx-backup-do-not-use-5076cca8105bbb7b334a1d2004db6716428cd7b4.zip
get release_notes at beginning of install_steps_interactive::acceptLicense(), even when useless_thing_accepted
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index bad07fac9..3af6d13f8 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -94,7 +94,7 @@ sub selectLanguage {
sub acceptLicense {
my ($_clicked, $_ent_number, $auto) = @_;
- installStepsCall($o, $auto, 'acceptLicense') if !$o->{useless_thing_accepted};
+ installStepsCall($o, $auto, 'acceptLicense');
}
#------------------------------------------------------------------------------