]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/lyx_1_6.py
* lyx2lyx/lyx_1_6.py:
[features.git] / lib / lyx2lyx / lyx_1_6.py
index bc71d94418cd3686640cb9195888fa2541e3eb31..e6bf42515030a468efc74e7c813daacdfe8269b1 100644 (file)
@@ -1076,7 +1076,8 @@ def convert_latexcommand_index(document):
         if i == -1:
             return
         if document.body[i + 1] != "LatexCommand index": # Might also be index_print
-            return
+            i += 1
+            continue
         j = find_end_of_inset(document.body, i + 2)
         if j == -1:
             document.warning("Unable to find end of index inset at line " + i + "!")