]> git.lyx.org Git - features.git/commit
Fix problem with static error list.
authorRichard Heck <rgheck@comcast.net>
Wed, 8 Jun 2011 00:44:55 +0000 (00:44 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 8 Jun 2011 00:44:55 +0000 (00:44 +0000)
commit50fc0ea9bb03b654f57015ea013728a949ea7d78
treeef601ae7ef9682af45a46852bba54d77753ba588
parent5ede5d3749d26b5164c7aa606df82eafdf9faaea
Fix problem with static error list.

It's amazing we haven't seen problems with this before. The basic problem is that buf.errorList("whatever") would always return the same global, static error list, if it did not already exist. So, to a significant extent, there was only one global error list!

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38982 a592a061-630c-0410-9148-cb99ea01b6c8
src/Buffer.cpp
src/Buffer.h
src/frontends/qt4/GuiView.cpp
src/insets/InsetInclude.cpp