]> git.lyx.org Git - features.git/commitdiff
Fix from Kornel Benko to import minipages.
authorJosé Matox <jamatos@lyx.org>
Fri, 14 Nov 2003 12:49:15 +0000 (12:49 +0000)
committerJosé Matox <jamatos@lyx.org>
Fri, 14 Nov 2003 12:49:15 +0000 (12:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8086 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/ChangeLog
lib/lyx2lyx/lyxconvert_224.py

index bda93ce277f9dae0e5bd23019afbc07c06d4e3e2..52248842cc47c6b3e23d5da94b7ae5de9d8a2c31 100644 (file)
@@ -1,6 +1,11 @@
+2003-11-14  Kornel Benko  <kornel.benko@berlin.de>
+
+       * lyxconvert_224.py (convert_minipage): fix convertion of minipages
+       from lyx 1.3.x.
+
 2003-11-14  José Matos  <jamatos@lyx.org>
 
-       * lyxconvert_224.py(convert_breaks): avoid removal of paragraph
+       * lyxconvert_224.py (convert_breaks): avoid removal of paragraph
        arguments when a page breake or a line were present.
 
 2003-11-07  José Matos  <jamatos@lyx.org>
index fdc306974e6d4d190578971e7fd217ed9c8d63ce..ec744e3a67e3728de45d00bee4441715518e25c5 100644 (file)
@@ -166,7 +166,7 @@ def convert_minipage(lines):
         i = i + 1
         lines.insert(i, 'height' + height)
         i = i + 1
-        lines.insert(i, 'height_special "height"')
+        lines.insert(i, 'height_special "totalheight"')
         i = i + 1
 
 ##