From: Pavel Sanda Date: Fri, 16 Apr 2010 16:22:08 +0000 (+0000) Subject: Dont wait for forward search call X-Git-Tag: 2.0.0~3449 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6ae70da778f53704b45f388b7048a6619144cb22;p=features.git Dont wait for forward search call git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34166 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 90ef7e5e47..27f6af616d 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -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: