]> git.lyx.org Git - features.git/commitdiff
Fix beamer frame conversion
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 4 Jul 2013 16:25:04 +0000 (18:25 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 4 Jul 2013 16:25:04 +0000 (18:25 +0200)
lib/lyx2lyx/lyx_2_1.py

index 25f5aaa937f9251867035ae719e9195b0f74cb39..0b6103b65300ab1a7311e560405c8a10c95f37fe 100644 (file)
@@ -3757,8 +3757,8 @@ def convert_lyxframes(document):
         return
    
     framebeg = ["BeginFrame", "BeginPlainFrame"]
-    frameend = ["EndFrame", "BeginFrame", "BeginPlainFrame", "AgainFrame", "Section", "Section*",
-                "Subsection", "Subsection*", "Subsubsection", "Subsubsection*"]
+    frameend = ["Frame", "PlainFrame", "EndFrame", "BeginFrame", "BeginPlainFrame", "AgainFrame",
+                "Section", "Section*", "Subsection", "Subsection*", "Subsubsection", "Subsubsection*"]
     for lay in framebeg:
         i = 0
         while True: