Attached is a trivial and straightforward, but really necessary fix to the 
beamer frame conversion routine. This should go in before the beta, since the 
buglet it fixes might scramble people's beamer documents.

What is the current policy? Do we hold back even such trivial changes unless 
Vincent eventually returns?

(@Vincent: please let us know if you are just busy. As others, I am a bit 
worried).

Jürgen

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