the fix posted to the list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@602 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2000-03-10 19:32:14 +00:00
parent 56f774b534
commit 4040ba827a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-03-10 Lars Gullik Bjønnes <larsbj@lyx.org>
* src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to
the list by Dekel Tsur.
2000-03-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage.

View File

@ -3293,7 +3293,7 @@ void LyXText::DeleteEmptyParagraphMechanism(LyXCursor const & old_cursor) const
// if free-spacing, then return also.
if (textclasslist.Style(parameters->textclass,
old_cursor.row->par->GetLayout()).free_spacing)
old_cursor.par->GetLayout()).free_spacing)
return;
#ifdef FIX_DOUBLE_SPACE