Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/NewBoard.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.24 by h677, Tue Dec 20 15:19:50 2005 UTC revision 1.25 by h677, Fri Dec 23 16:42:06 2005 UTC
# Line 63  var Line 63  var
63          protocol, host, path, document, port, bookmark: String;          protocol, host, path, document, port, bookmark: String;
64  begin  begin
65          try          try
66                    MessageMemo.Clear;
67                  GikoSys.Setting.BoardURLSelected := BoardURLComboBox.ItemIndex + 1;                  GikoSys.Setting.BoardURLSelected := BoardURLComboBox.ItemIndex + 1;
68                  FAbort := False;                  FAbort := False;
69                  UpdateButton.Enabled := False;                  UpdateButton.Enabled := False;
# Line 115  var Line 116  var
116          s: string;          s: string;
117          i: Integer;          i: Integer;
118  begin  begin
         MessageMemo.Clear;  
119          Indy.Request.Clear;          Indy.Request.Clear;
120          Indy.RecvBufferSize := Gikosys.Setting.RecvBufferSize;          Indy.RecvBufferSize := Gikosys.Setting.RecvBufferSize;
121          Indy.ProxyParams.BasicAuthentication := False;          Indy.ProxyParams.BasicAuthentication := False;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26