summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-09-07 16:07:04 +0000
committerThierry Vignaud <tv@mandriva.org>2009-09-07 16:07:04 +0000
commitf75bb17bc75efecf9f4068fb1f87cb49d03ffc1f (patch)
tree51e4cccbd8995d5fb8245ed7ae8aff8236b096b6 /perl-install/any.pm
parentf10c909704d2aca8af201cb4de9eae30c3272fb9 (diff)
downloaddrakx-backup-do-not-use-f75bb17bc75efecf9f4068fb1f87cb49d03ffc1f.tar
drakx-backup-do-not-use-f75bb17bc75efecf9f4068fb1f87cb49d03ffc1f.tar.gz
drakx-backup-do-not-use-f75bb17bc75efecf9f4068fb1f87cb49d03ffc1f.tar.bz2
drakx-backup-do-not-use-f75bb17bc75efecf9f4068fb1f87cb49d03ffc1f.tar.xz
drakx-backup-do-not-use-f75bb17bc75efecf9f4068fb1f87cb49d03ffc1f.zip
(acceptLicense) reuse forked helper for consistency
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 6883c5cb0..fc8136da5 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1018,7 +1018,7 @@ sub acceptLicense {
{ list => [ N_("Accept"), N_("Refuse") ], val => \$r, type => 'list', alignment => 'right',
format => sub { translate($_[0]) } },
if_($release_notes,
- { clicked => sub { display_release_notes($in, $release_notes) }, do_not_expand => 1,
+ { clicked => sub { run_display_release_notes($release_notes) }, do_not_expand => 1,
val => \ (my $_t1 = N("Release Notes")), install_button => 1, no_indent => 1 }
),
])