summaryrefslogtreecommitdiffstats
path: root/news_wizard
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 /news_wizard
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 'news_wizard')
-rwxr-xr-xnews_wizard/Inn.pm4
1 files changed, 2 insertions, 2 deletions
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'