]> git.lyx.org Git - features.git/commitdiff
Fix previous leftover transformation. (opt -> file)
authorJosé Matox <jamatos@lyx.org>
Mon, 29 Nov 2004 12:00:29 +0000 (12:00 +0000)
committerJosé Matox <jamatos@lyx.org>
Mon, 29 Nov 2004 12:00:29 +0000 (12:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9321 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/ChangeLog
lib/lyx2lyx/lyx_1_2.py

index 5798dbe00736a04991a1897f505197d34bf44c9d..9242e7cd1ec560c3a05b395e88826240a4fd9632 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-29  José Matos  <jamatos@lyx.org>
+
+       * lyx_1_2.py (convert): rename opt to file, as in all other files.
+
 2004-10-28  José Matos  <jamatos@lyx.org>
 
        * LyX.pm: add internal documentation.
index 366e50977efbba8188c72f621e2fa2be4decf91f..f0fa00857c480ed351c76eb4a68228abe1ac9bb2 100644 (file)
@@ -546,7 +546,7 @@ def convert(file):
     fix_oldfloatinset(file.body)
     update_tabular(file.body)
     remove_pextra(file.body)
-    remove_oldfloat(file.body, opt)
+    remove_oldfloat(file.body, file)
     remove_figinset(file.body)
     remove_oldertinset(file.body)
     remove_oldert(file.body)