Juergen Vigna <[EMAIL PROTECTED]> writes:
| On 05-Jul-2001 Jean-Marc Lasgouttes wrote:
|
| > What about a backtrace so that we can check by ourselves?
|
| I found the problem and as I told you it wasn't where you could see it
| with a backtrace. I had to step-debug the whole process until I got where
| I wanted. The problem was the the paragraph.id() wasn't set for a whole lot
| of paragraphs as if you now do new Paragraph() the new Pimpl() is not called
| (don't ask me why!!!), but anyway in the second constructor of paragraph_pimpl
| the setting of the id_ was missing! Therefore on undo I only found the very
| first paragraph (id_ == 0) and that was bogus!
Can you send the id_ fix as a separate patch?
--
Lgb