The branch, master, has been updated. - Log -----------------------------------------------------------------
commit d4a00c1a8a514cbec8a50b30ecb35659021d80da Author: Juergen Spitzmueller <[email protected]> Date: Fri Dec 28 14:04:24 2012 +0100 tex2lyx glitch diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index 380d8d8..847fc4b 100644 --- a/lib/lyx2lyx/lyx_2_1.py +++ b/lib/lyx2lyx/lyx_2_1.py @@ -2928,7 +2928,7 @@ def convert_epigraph(document): begsubst = ['\\begin_inset Argument post:1', 'status collapsed', '', '\\begin_layout Plain Layout'] endsubst = ['\\end_layout', '', '\\end_inset', '', document.body[j]] - document.body[j : j] = endsubst + document.body[j : j + 1] = endsubst document.body[endInset + 1 : endInset + 1] = begsubst # Adjust range end endlay += len(begsubst) + len(endsubst) ----------------------------------------------------------------------- Summary of changes: lib/lyx2lyx/lyx_2_1.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
