Fix previous leftover transformation. (opt -> file)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9321 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2004-11-29 12:00:29 +00:00
parent fb9f8d569a
commit b90881c010
2 changed files with 5 additions and 1 deletions

View 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.

View 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)