summaryrefslogtreecommitdiffstats
path: root/Wiztemplate.pm
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2006-06-20 20:54:31 +0000
committerAntoine Ginies <aginies@mandriva.com>2006-06-20 20:54:31 +0000
commitef83c3384527da74e78aa47c017c96dd34a629b9 (patch)
treee94e7cbe89ae84a1f07939b43939bf641607bd46 /Wiztemplate.pm
parentfa60acb6d2feb2b86924afff15d1124c01a70f7d (diff)
downloaddrakwizard-ef83c3384527da74e78aa47c017c96dd34a629b9.tar
drakwizard-ef83c3384527da74e78aa47c017c96dd34a629b9.tar.gz
drakwizard-ef83c3384527da74e78aa47c017c96dd34a629b9.tar.bz2
drakwizard-ef83c3384527da74e78aa47c017c96dd34a629b9.tar.xz
drakwizard-ef83c3384527da74e78aa47c017c96dd34a629b9.zip
fix fixed_val and fixed_list
Diffstat (limited to 'Wiztemplate.pm')
-rwxr-xr-xWiztemplate.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Wiztemplate.pm b/Wiztemplate.pm
index 68a19f33..f87421ad 100755
--- a/Wiztemplate.pm
+++ b/Wiztemplate.pm
@@ -67,9 +67,9 @@ $o->{pages} = {
summary => {
name => "\n\n" . "\n\n",
data => [
- { label => '', fixed_val => \$o->{var}{ip1} },
+ { label => '', val_ref => \$o->{var}{ip1} },
{ label => '' },
- { label => '', fixed_val => \$o->{var}{ip2} },
+ { label => '', val_ref => \$o->{var}{ip2} },
],
post => \&do_it,
next => 'end'