Joey Hess wrote: > I came up with the attached patch, which I've tested to work, and which > seems to make perfect sense to me..
Except that it seems possible that Colin might have rejected doing it
this way for some sensible reason that I'm not seeing. Colin, I hope you
can review this..
> } else {
> - my $default='';
> - $default=$element->question->value if defined
> $element->question->value;
> - $element->value($default);
> + # "show" noninteractive elements, which don't need
> + # to pass through, but may do something when shown.
> + $element->show;
> }
> }
--
see shy jo
signature.asc
Description: Digital signature

