I think it's sufficient to export once. Fixes 6307.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32131 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-21 22:24:47 +00:00
parent 5b7a7cca73
commit 27ed87b8f9

View File

@ -1763,7 +1763,6 @@ void Buffer::dispatch(FuncRequest const & func, DispatchResult & dr)
lyx::dispatch(FuncRequest(LFUN_DIALOG_SHOW, "sendto"));
break;
}
doExport(argument, false);
bool success = doExport(argument, false);
dr.setError(success);
if (!success)