From ef83c3384527da74e78aa47c017c96dd34a629b9 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 20 Jun 2006 20:54:31 +0000 Subject: fix fixed_val and fixed_list --- news_wizard/Inn.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news_wizard') diff --git a/news_wizard/Inn.pm b/news_wizard/Inn.pm index 364f1a7b..0cd3e06f 100755 --- a/news_wizard/Inn.pm +++ b/news_wizard/Inn.pm @@ -85,8 +85,8 @@ $o->{pages} = { summary => { name => N("Configuring the Internet News") . "\n\n" . N("The wizard collected the following parameters needed to configure your Internet News service:") . "\n\n" . N("To accept these values, and configure your server, click the next button or use the back button to correct them."), data => [ - { label => N("News server:"), fixed_val => \$o->{var}{news_server} }, - { label => N("Polling interval:"), fixed_val => \$o->{var}{news_freq} }, + { label => N("News server:"), val_ref => \$o->{var}{news_server} }, + { label => N("Polling interval:"), val_ref => \$o->{var}{news_freq} }, ], post => \&do_it, next => 'end' -- cgit v1.2.1