]> git.lyx.org Git - features.git/commitdiff
Dont wait for forward search call
authorPavel Sanda <sanda@lyx.org>
Fri, 16 Apr 2010 16:22:08 +0000 (16:22 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 16 Apr 2010 16:22:08 +0000 (16:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34166 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index 90ef7e5e479986903db5ed693e4ccd820cdab189..27f6af616dbdc723e7f029e363d0fdf18ca45770 100644 (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: