José Matos wrote:
On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote:
The patch sent by Bernhard some days ago is supposed to fix this. It
would be nice if you could give it a try.
fixes the bug
perhaps it is time to commit the patch?
Is there any objection to this patch?
No.
Abdel.
Edwin Leuven wrote:
Edwin Leuven wrote:
José Matos wrote:
On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote:
The patch sent by Bernhard some days ago is supposed to fix this. It
would be nice if you could give it a try.
fixes the bug
perhaps it is time to commit the patch?
Is there any
Edwin Leuven wrote:
José Matos wrote:
On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote:
The patch sent by Bernhard some days ago is supposed to fix this. It
would be nice if you could give it a try.
fixes the bug
perhaps it is time to commit the patch?
Is there any objection to this pa
José Matos wrote:
On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote:
The patch sent by Bernhard some days ago is supposed to fix this. It
would be nice if you could give it a try.
fixes the bug
perhaps it is time to commit the patch?
Is there any objection to this patch?
As far as I rem
On Sunday 18 March 2007 5:19:49 pm Edwin Leuven wrote:
> >
> > The patch sent by Bernhard some days ago is supposed to fix this. It
> > would be nice if you could give it a try.
>
> fixes the bug
>
> perhaps it is time to commit the patch?
Is there any objection to this patch?
As far as I remembe
Georg Baum wrote:
Am Sonntag, 18. März 2007 13:55 schrieb Edwin Leuven:
i am looking at
http://bugzilla.lyx.org/show_bug.cgi?id=3293
and found that commenting out the 'if' on line 260 in insetvspace.C:
- if (lex.isOK())
+ //if (lex.isOK())
vspace = VSpace(vsp);
so
Am Sonntag, 18. März 2007 13:55 schrieb Edwin Leuven:
> i am looking at
>
> http://bugzilla.lyx.org/show_bug.cgi?id=3293
>
> and found that commenting out the 'if' on line 260 in insetvspace.C:
>
> - if (lex.isOK())
> + //if (lex.isOK())
> vspace = VSpace(vsp);
>
> solves