]> git.lyx.org Git - features.git/commitdiff
Somehow this line got commented out.
authorRichard Heck <rgheck@lyx.org>
Wed, 24 Jul 2013 14:57:36 +0000 (10:57 -0400)
committerRichard Heck <rgheck@lyx.org>
Wed, 24 Jul 2013 14:57:36 +0000 (10:57 -0400)
lib/lyx2lyx/lyx_2_1.py

index e0cefea75c0536d33f72592551d98103ca7ac1f8..51658cb68ec022b8b3ede8483a90556a614607e7 100644 (file)
@@ -4242,7 +4242,7 @@ def convert_chunks(document):
                 break
 
             # look for the next one
-            #i = j
+            i = j
             i = find_token(document.body, "\\begin_layout", i)
             if i == -1:
                 break