]> git.lyx.org Git - features.git/commitdiff
fix typo in commit 16925
authorAbdelrazak Younes <younes@lyx.org>
Mon, 29 Jan 2007 10:05:41 +0000 (10:05 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 29 Jan 2007 10:05:41 +0000 (10:05 +0000)
.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16926 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.C

index d6bba3eb7add4306562652c10bbdd82ec24f70f1..f48ba9b39404ef194a2f54d1a384968afbe562e8 100644 (file)
@@ -502,7 +502,7 @@ void BufferView::scrollDocView(int value)
 
 void BufferView::setCursorFromScrollbar()
 {
-       if (!buffer)
+       if (!buffer_)
                return;
 
        LyXText & t = buffer_->text();