--- Below this line is a copy of the message.

Return-Path: <[EMAIL PROTECTED]>
Received: (qmail 14346 invoked from network); 22 May 2000 12:45:48 -0000
Received: from wsjug.sad.it (192.106.213.144)
  by wierdlmpc.msci.memphis.edu with SMTP; 22 May 2000 12:45:48 -0000
Received: (from jug@localhost)
        by wsjug.sad.it (8.9.3/8.9.3) id OAA10657;
        Mon, 22 May 2000 14:45:01 +0200
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: XFMail 1.4.4 on Linux
X-Priority: 3 (Normal)
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
In-Reply-To: <[EMAIL PROTECTED]>
Date: Mon, 22 May 2000 14:45:01 +0200 (CEST)
Reply-To: Juergen Vigna <[EMAIL PROTECTED]>
From: Juergen Vigna <[EMAIL PROTECTED]>
To: Michael Schmitt <[EMAIL PROTECTED]>
Subject: Re: 1.1.5pre3 purify report #2
Cc: LyX-Developers <[EMAIL PROTECTED]>


On 22-May-2000 Michael Schmitt wrote:
> 
> Congratulation! You killed the bug.
> 

#:O)

> But - now there is an even more severe bug!!!
> 

:(

Is it possible for you to substitute the code I gave you for 
LyXParagraph::PasteParagraph at the end with this and try again?

        // delete the next paragraph
        LyXParagraph *ppar = the_next->previous;
        LyXParagraph *npar = the_next->next;
        delete the_next;
        ppar->next = npar;

This should be the right fix (hopefully!)

Thanks for all your tests!

     Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna                      E-Mail: [EMAIL PROTECTED]
Italienallee 13/N                     Tel:    +39-0471-450260
I-39100 Bozen                         Fax:    +39-0471-450296
ITALY                                 Web:    http://www.sad.it/~jug

You're already carrying the sphere!

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._


Reply via email to