The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 50fe522d03e04102b285fb32fa88425f8e865e46 Author: Juergen Spitzmueller <[email protected]> Date: Sun Dec 2 17:10:46 2012 +0100 Cut and paste error diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index 7229c93..f6ac766 100644 --- a/lib/lyx2lyx/lyx_2_1.py +++ b/lib/lyx2lyx/lyx_2_1.py @@ -1693,7 +1693,6 @@ def revert_itemargs(document): parbeg = find_token_backwards(document.body, "\\begin_layout", parbeg - 1) beginPlain = find_token(document.body, "\\begin_layout Plain Layout", i) endPlain = find_end_of_layout(document.body, beginPlain) - endInset = find_end_of_inset(document.body, p) content = document.body[beginPlain + 1 : endPlain] del document.body[i:j+1] subst = put_cmd_in_ert("[") + content + put_cmd_in_ert("]") ----------------------------------------------------------------------- Summary of changes: lib/lyx2lyx/lyx_2_1.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
