]> git.lyx.org Git - lyx.git/commitdiff
the fix posted to the list
authorLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 10 Mar 2000 19:32:14 +0000 (19:32 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 10 Mar 2000 19:32:14 +0000 (19:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@602 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
src/text2.C

index 2a365e37ea66610841fc8d6ed7adc82651afb506..cac3d7686ab01e22f497080bd71345033f85f22c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index d2c60ee3a9363d997d6d27b9a092d88a97e088f2..11d739e0646692529b0e90d6fe1e6f5dbb9ca49e 100644 (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