Dont wait for forward search call

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34166 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-04-16 16:22:08 +00:00
parent e8fcc92d8f
commit 6ae70da778

View File

@ -3247,7 +3247,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
PathChanger p(path);
Systemcall one;
one.startscript(Systemcall::Wait, command);
one.startscript(Systemcall::DontWait, command);
break;
}
default: