From: Uwe Stöhr Date: Tue, 21 Jul 2009 13:19:51 +0000 (+0000) Subject: lyx_2_0.py: re-add comment X-Git-Tag: 2.0.0~5929 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=34ab111257e85d3101bc0085f09cbabe1237dcff;p=features.git lyx_2_0.py: re-add comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30729 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/lyx2lyx/lyx_2_0.py b/lib/lyx2lyx/lyx_2_0.py index cbc4306605..5a946be303 100644 --- a/lib/lyx2lyx/lyx_2_0.py +++ b/lib/lyx2lyx/lyx_2_0.py @@ -1076,7 +1076,7 @@ def revert_hspace_glue_lengths(document): # latex_length returns "bool,length" m = length.find(",") length = length[m+1:] - document.warning("length: " + length) + # revert the HSpace inset to ERT # allow leading - if length.rfind("-") <> 0 or (length.rfind("-") == 0 and length.rfind("+") > -1): if star == True: