Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 23 October 2002 12:50 pm, Rob Lahaye wrote: >> One small thing to remove: >> >> >> @@ -386,6 +414,9 @@ void FormDocument::update() >> language_update(params); >> options_update(params); >> bullets_update(params); >> + >> + // reset widgets to valid input >> + input(NULL, 0); >> } >> >> The "input(NULL, 0);" is obsolete; remove it completely! All >> three "+" can go. The reason: input() does nothing at all when >> ob = NULL! > | Hmmmm. It used to do something... | Ok, it checked that the glue lengths were valid and posted a warning | if they weren't. That's no longer necessary, thanks to the | checkedGlueLengths so it can indeed go. > | Lars, I think that this is in a fit state to be applied. | May I do so please?
ok. -- Lgb