From d42daa3942b6df2c2d462a867d975b75e79d271d Mon Sep 17 00:00:00 2001 From: lazarus Date: Sun, 18 Aug 2002 08:54:15 +0000 Subject: [PATCH] MG: deactivated publish project git-svn-id: trunk@2795 - --- ide/main.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ide/main.pp b/ide/main.pp index 23b5215c67..1a16ef80c6 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -6617,7 +6617,7 @@ var DestIndex, UnitIndex: integer; begin //writeln(''); //writeln('[TMainIDE.OnSrcNotebookJumpToHistoryPoint] A Back=',Action=jhaBack); - Project1.JumpHistory.WriteDebugReport; + //Project1.JumpHistory.WriteDebugReport; // update jump history (e.g. delete jumps to closed editors) Project1.JumpHistory.DeleteInvalidPositions; @@ -7262,6 +7262,9 @@ end. { ============================================================================= $Log$ + Revision 1.400 2002/10/03 07:19:34 lazarus + MG: deactivated publish project + Revision 1.399 2002/10/02 20:30:26 lazarus MG: fixed jumping history