]> git.lyx.org Git - features.git/commit
All occurrences of buf->errors("Parse") in GuiApplication an GuiView are positioned...
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 29 Oct 2010 18:57:40 +0000 (18:57 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 29 Oct 2010 18:57:40 +0000 (18:57 +0000)
commite9e577f6a463910add2da9dbad77a60f71672fb4
tree0d4a3d19f740d049a1b519018e15fc8271f75a24
parente82cd410c15de3caf559b2034e89cc566b29defd
All occurrences of buf->errors("Parse") in GuiApplication an GuiView are positioned after a call to GuiView::loadDocument which already should handle any errors.

GuiView::loadDocument also already calls setBuffer(), so this is not needed everytime too.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35917 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiView.cpp