]> git.lyx.org Git - features.git/commit
Fix most of bug 5539.
authorRichard Heck <rgheck@comcast.net>
Mon, 24 Nov 2008 12:45:18 +0000 (12:45 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 24 Nov 2008 12:45:18 +0000 (12:45 +0000)
commit39bc3f3f934a124687e7a7676d991d23390ee276
treea2f096f42703685fd5a1085f59d1f5a6c4ba4dc2
parentaeb997e3f0e9f0fb3f3449876e55b1ecbd970e41
Fix most of bug 5539.

If a file fails to load, we do not try to load it again. The downside is that, even if you fixed the problem, then LyX won't try to load it again in that session. I tried resetting the failedtoload_ variable in fileChanged(), but that didn't work, as it doesn't seem to get hit. I'm not sure what to do here, but it isn't a huge issue.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27688 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetInclude.cpp
src/insets/InsetInclude.h