mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix bug 4178:
http://bugzilla.lyx.org/show_bug.cgi?id=4178 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20291 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0ea6f2c7f1
commit
75ce500989
@ -17,6 +17,8 @@
|
||||
#include "GraphicsParams.h"
|
||||
#include "LoaderQueue.h"
|
||||
|
||||
#include "callback.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
|
||||
@ -206,7 +208,8 @@ Loader::Impl::Impl()
|
||||
|
||||
Loader::Impl::~Impl()
|
||||
{
|
||||
resetFile(FileName());
|
||||
if (!quitting)
|
||||
resetFile(FileName());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user