mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
lyx_1_6.py: avoid the same name of two different functions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20934 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ed43dea031
commit
dfc7fc59c1
@ -495,7 +495,7 @@ def convert_pdf_options(document):
|
||||
document.header[i] = document.header[i].replace('"', '')
|
||||
|
||||
|
||||
def revert_pdf_options(document):
|
||||
def revert_pdf_options_2(document):
|
||||
# reset the pdfusetitle tag, set quotes for bookmarksopenlevel"
|
||||
k = find_token(document.header, "\\use_hyperref", 0)
|
||||
i = find_token(document.header, "\\pdf_pdfusetitle", k)
|
||||
@ -533,7 +533,7 @@ convert = [[277, [fix_wrong_tables]],
|
||||
[294, [convert_pdf_options]]
|
||||
]
|
||||
|
||||
revert = [[293, [revert_pdf_options]],
|
||||
revert = [[293, [revert_pdf_options_2]],
|
||||
[292, [revert_inset_info]],
|
||||
[291, [revert_japanese, revert_japanese_encoding]],
|
||||
[290, [revert_vietnamese]],
|
||||
|
Loading…
Reference in New Issue
Block a user