On Wed, Jan 15, 2003 at 09:23:31AM +0000, 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 = string.split(lines[i])[4]+"pt"
> > +       else:
> > +           lyxwidth = ""
> > +           lyxheight = ""
> >
> >          filename = get_value(lines, "file", i+1, j)
> 
>   Dekel this seems correct, any objection?

No.

Reply via email to