On Thu, Apr 15, 2004 at 12:20:54PM +0100, Jose' Matos spake thusly:

> > So far I have not been able to break it ;-)

But I have :-(

The attached seems to be necessary.

- Martin

Index: lyx_1_4.py
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/lyx2lyx/lyx_1_4.py,v
retrieving revision 1.1
diff -u -p -r1.1 lyx_1_4.py
--- lyx_1_4.py  14 Apr 2004 08:45:46 -0000      1.1
+++ lyx_1_4.py  19 Apr 2004 11:38:50 -0000
@@ -1008,7 +1008,7 @@ def convert_frameless_box(lines, opt):
            if j == -1:
                opt.warning("Malformed LyX file: Missing '\\end_inset'.")
                break
-           lines[j-1:j-1] += ['\\begin_inset ERT', 'status ' + params['collapsed'],
+           lines[j-1:j-1] = ['\\begin_inset ERT', 'status ' + params['collapsed'],
                               '', '\\layout Standard', '']
            j = j + 4
            if params['use_parbox'] == '1':

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to