>>>>> "John" == John C Spray <[EMAIL PROTECTED]> writes:
John> On Wed, 2006-03-22 at 15:39 +0100, Jean-Marc Lasgouttes wrote: >> Comments? I'd like to apply it for 1.4.1. Then of course we'll have >> to fix the actual problem. John> Looking at your qt2 patch, it doesn't seem like you're handling John> the case where the use selects a different document class then John> goes straight to the numbering options, without clicking OK in John> between. The dialog is thus left in an inconsistent state. This is covered (I just doublechecked). QDocument::update_contents is invoked by QDocumentDialog::classChanged. This is needed for many other parts of the dialog anyway (think available font sizes). If you do not do something like that already, you should. JMarc