https://bugs.documentfoundation.org/show_bug.cgi?id=121184
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|medium |lowest --- Comment #6 from Justin L <[email protected]> --- The wizard code is in wizards/com/sun/star/wizards/fax It is not a very big deal for the 4th step (footer) to be disabled. It can be re-enabled at the 2nd step (Items to include). Easily solved by: if not bState: self.chkUseFooter.State = 0 + else: + self.chkUseFooter.State = 1 But since it isn't wrong or broken, I'll just document this and walk away. -- You are receiving this mail because: You are the assignee for the bug.
