fix typo in commit 16925

.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16926 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-01-29 10:05:41 +00:00
parent aa2300a621
commit b3ced091d2

View File

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