RE: [Bug 171] Paste in note works differently the second time

2002-01-17 Thread Juergen Vigna
On 16-Jan-2002 bugzilla-daemon wrote: --- Additional Comments From [EMAIL PROTECTED] 2002-01-17 12:48 --- I think I fixed it. The problem was that the insetowner of the newly pasted paragraph was not set to the owner of the paragraphs it got pasted in. The fix is a one-liner ---

Re: [Bug 171] Paste in note works differently the second time

2002-01-17 Thread Jean-Marc Lasgouttes
Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen This seems very resonable, I just think you should put the Juergen setInsetOwner call immediately after the while(tmpbuf) { Juergen instead at the end. Done. JMarc

RE: [Bug 171] Paste in note works differently the second time

2002-01-17 Thread Juergen Vigna
On 16-Jan-2002 bugzilla-daemon wrote: > --- Additional Comments From [EMAIL PROTECTED] 2002-01-17 12:48 --- > I think I fixed it. The problem was that the insetowner of the newly pasted > paragraph was not set to the owner of the paragraphs it got pasted in. The fix > is a one-liner >

Re: [Bug 171] Paste in note works differently the second time

2002-01-17 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> This seems very resonable, I just think you should put the Juergen> setInsetOwner call immediately after the "while(tmpbuf) {" Juergen> instead at the end. Done. JMarc