From 4e132eecef6192595a662448443aee4b087e3c4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Fri, 14 Nov 2003 12:49:15 +0000 Subject: [PATCH] Fix from Kornel Benko to import minipages. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8086 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/ChangeLog | 7 ++++++- lib/lyx2lyx/lyxconvert_224.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/lyx2lyx/ChangeLog b/lib/lyx2lyx/ChangeLog index bda93ce277..52248842cc 100644 --- a/lib/lyx2lyx/ChangeLog +++ b/lib/lyx2lyx/ChangeLog @@ -1,6 +1,11 @@ +2003-11-14 Kornel Benko + + * lyxconvert_224.py (convert_minipage): fix convertion of minipages + from lyx 1.3.x. + 2003-11-14 José Matos - * 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 diff --git a/lib/lyx2lyx/lyxconvert_224.py b/lib/lyx2lyx/lyxconvert_224.py index fdc306974e..ec744e3a67 100644 --- a/lib/lyx2lyx/lyxconvert_224.py +++ b/lib/lyx2lyx/lyxconvert_224.py @@ -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 ## -- 2.39.2