fix bug 5333

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26828 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2008-10-09 13:07:13 +00:00
parent 13bf36618c
commit 391ba1e592

View File

@ -676,7 +676,7 @@ def revert_commandparams(document):
if i == -1:
break
name = document.body[i].split()[2]
j = find_end_of_inset(document.body, i + 1)
j = find_end_of_inset(document.body, i)
preview_line = ""
option1 = ""
option2 = ""