]> git.lyx.org Git - features.git/commitdiff
lyx2lyx: fixup gloss reversion
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 22 Aug 2019 15:16:26 +0000 (17:16 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:44 +0000 (15:48 +0200)
lib/lyx2lyx/lyx_2_4.py

index 97a3f3092e34339157ad8a13209fed0eb263125d..8436d9a84c1e57e3d5de5814b4c4a94f68101405 100644 (file)
@@ -2022,7 +2022,7 @@ def revert_linggloss(document):
 
             beginPlain = find_token(document.body, "\\begin_layout Plain Layout", i)
             endInset = find_end_of_inset(document.body, i)
-            endPlain = find_token_backwards(document.body, "\\end_layout", endInset)
+            endPlain = find_end_of_layout(document.body, beginPlain)
             precontent = put_cmd_in_ert(cmd)
             if len(optargcontent) > 0:
                 precontent += put_cmd_in_ert("[") + optargcontent + put_cmd_in_ert("]")