]> git.lyx.org Git - lyx.git/blobdiff - src/support/Systemcall.h
TR1: check in cmake for GCC version, fallback in checktr1.h for other build systems...
[lyx.git] / src / support / Systemcall.h
index fcd836c0db99088ae25796e5d285ea4aff9a06e0..6d7d708e057e4e7eb1e4db4d1d6534fc2e9c5809 100644 (file)
@@ -43,7 +43,7 @@ public:
         *  by spaces. Unset "process_events" in case UI should be blocked while
         *  processing the external command.
         */
-       int startscript(Starttype how, std::string const & what, bool process_events = true);
+       int startscript(Starttype how, std::string const & what, bool process_events = false);
 };
 
 } // namespace support