revert 19714, this is not the right fix. LyXView::loadLyXFile() is not about displaying a buffer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19715 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-08-22 08:22:32 +00:00
parent 0c00916333
commit 5eb43656d7

View File

@ -164,8 +164,6 @@ Buffer * LyXView::loadLyXFile(FileName const & filename, bool tolastfiles)
}
}
wa->redraw();
busy(false);
return newBuffer;
}