From: Lars Gullik Bjønnes Date: Fri, 10 Mar 2000 19:32:14 +0000 (+0000) Subject: the fix posted to the list X-Git-Tag: 1.6.10~22340 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4040ba827a64dfd5777812f083915ee4bbe13ca8;p=lyx.git the fix posted to the list git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@602 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index 2a365e37ea..cac3d7686a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-10 Lars Gullik Bjønnes + + * src/text2.C (DeleteEmptyParagraphMechanism): small fix posted to + the list by Dekel Tsur. + 2000-03-10 Jean-Marc Lasgouttes * src/insets/insetgraphics.C (GraphicxCB): declare with "C" linkage. diff --git a/src/text2.C b/src/text2.C index d2c60ee3a9..11d739e064 100644 --- a/src/text2.C +++ b/src/text2.C @@ -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