commit 50426600dbcf5bf1ab061ddfbdfaa82c1f40f8c0
Author: Juergen Spitzmueller <[email protected]>
Date:   Thu Jul 4 18:25:04 2013 +0200

    Fix beamer frame conversion

diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py
index 25f5aaa..0b6103b 100644
--- a/lib/lyx2lyx/lyx_2_1.py
+++ b/lib/lyx2lyx/lyx_2_1.py
@@ -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:

Reply via email to