From d162028a9c2b600c71ea2c7d5fee9463b133f516 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 3 Oct 2007 22:00:45 +0000 Subject: [PATCH] lyx2lyx/lyx_1_6.py: fix a comma git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20720 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/lyx_1_6.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index 9769c185f8..ed064869de 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -391,7 +391,6 @@ def revert_latexcommand_index(document): i = i + 5 - def revert_wraptable(document): "Revert wrap table to wrap figure." i = 0 @@ -420,7 +419,7 @@ convert = [[277, [fix_wrong_tables]], [286, []], [287, [convert_wrapfig_options]], [288, [convert_inset_command]], - [289, [convert_latexcommand_index]] + [289, [convert_latexcommand_index]], [290, []] ] -- 2.39.5