Re: [PATCH] Bugzilla report #816

2003-01-15 Thread José Matos
On Tuesday 14 January 2003 22:01, Michael Schmitt wrote: Here comes a real patch. Please commit it if it's OK. Michael Index: lyxconvert_218.py === RCS file: /cvs/lyx/lyx-devel/lib/lyx2lyx/lyxconvert_218.py,v retrieving

Re: [PATCH] Bugzilla report #816

2003-01-15 Thread Dekel Tsur
On Wed, Jan 15, 2003 at 09:23:31AM +, Jos? Matos wrote: - lyxwidth = string.split(lines[i])[3]+pt - lyxheight = string.split(lines[i])[4]+pt + if ( len(string.split(lines[i])) 2 ): + lyxwidth = string.split(lines[i])[3]+pt + lyxheight =

Re: [PATCH] Bugzilla report #816

2003-01-15 Thread José Matos
On Wednesday 15 January 2003 13:43, Dekel Tsur wrote: No. Ok, commited the bug fix and closed the bug. -- José Abílio

Re: [PATCH] Bugzilla report #816

2003-01-15 Thread José Matos
On Tuesday 14 January 2003 22:01, Michael Schmitt wrote: > Here comes a real patch. Please commit it if it's OK. > > Michael > > > > Index: lyxconvert_218.py > === > RCS file: /cvs/lyx/lyx-devel/lib/lyx2lyx/lyxconvert_218.py,v >

Re: [PATCH] Bugzilla report #816

2003-01-15 Thread Dekel Tsur
On Wed, Jan 15, 2003 at 09:23:31AM +, Jos? Matos wrote: > > - lyxwidth = string.split(lines[i])[3]+"pt" > > - lyxheight = string.split(lines[i])[4]+"pt" > > + if ( len(string.split(lines[i])) > 2 ): > > + lyxwidth = string.split(lines[i])[3]+"pt" > > +

Re: [PATCH] Bugzilla report #816

2003-01-15 Thread José Matos
On Wednesday 15 January 2003 13:43, Dekel Tsur wrote: > > No. Ok, commited the bug fix and closed the bug. -- José Abílio

[PATCH] Bugzilla report #816

2003-01-14 Thread Michael Schmitt
Folks, I think I fixed bug #816! Unfortunately, I am not able to create a patch (right now) but there is a description of what to do along with bugzilla report #816. Could some guru please have a look at it and - if correct - commit a patch? Thanks in advance, Michael --

[PATCH] Bugzilla report #816

2003-01-14 Thread Michael Schmitt
Here comes a real patch. Please commit it if it's OK. Michael Index: lyxconvert_218.py === RCS file: /cvs/lyx/lyx-devel/lib/lyx2lyx/lyxconvert_218.py,v retrieving revision 1.27 diff -u -r1.27 lyxconvert_218.py ---

[PATCH] Bugzilla report #816

2003-01-14 Thread Michael Schmitt
Folks, I think I fixed bug #816! Unfortunately, I am not able to create a patch (right now) but there is a description of what to do along with bugzilla report #816. Could some guru please have a look at it and - if correct - commit a patch? Thanks in advance, Michael --

[PATCH] Bugzilla report #816

2003-01-14 Thread Michael Schmitt
Here comes a real patch. Please commit it if it's OK. Michael Index: lyxconvert_218.py === RCS file: /cvs/lyx/lyx-devel/lib/lyx2lyx/lyxconvert_218.py,v retrieving revision 1.27 diff -u -r1.27 lyxconvert_218.py ---