]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
Compile fix following this weekend's commits.
[lyx.git] / src / lyx_main.C
index 2aac45735efff5dcd9fc6f005341c115138f12c6..dae669925425512ec5ce4001d353e2d94a709714 100644 (file)
@@ -167,7 +167,7 @@ LyX::LyX(int * argc, char * argv[])
 
                // otherwise, let the GUI handle the batch command
                lyxGUI->regBuf(last_loaded);
-               lyxGUI->getLyXView()->getLyXFunc()->dispatch(batch_command);
+               lyxGUI->getLyXView()->getLyXFunc()->verboseDispatch(batch_command, false);
 
                // fall through...
        }