mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
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:
parent
5b7a7cca73
commit
27ed87b8f9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user