Bo Peng wrote:
Index: src/lyxfunc.C =================================================================== --- src/lyxfunc.C (revision 15535) +++ src/lyxfunc.C (working copy) @@ -1039,7 +1039,7 @@ view()->saveSavedPositions(); }- LyX::ref().quit(argument == "force"); + LyX::ref().quit(); break; case LFUN_TOC_VIEW: { Is needed, but I am not sure this should be done. Abdel, have you overlooked something?
Yes, and the fix is already in. Abdel.