User-agent: Mozilla Thunderbird 0.7.1 (X11/20040626)
Hi all,
I've noticed that the implementation of WizardDialog always creates the
progressMonitorPart regardless of its Wizards needsProgressMonitor()
setting. The setting is queried in aboutToStart() and stopped() though.
Is this intended behaviour, or should the progressMonitorPart be rather
created only when needProgressMonitor was set to true?