Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoDataModule.pas

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

revision 1.71 by h677, Sat Dec 13 03:58:29 2008 UTC revision 1.71.2.1 by h677, Thu Feb 26 15:17:12 2009 UTC
# Line 4582  begin Line 4582  begin
4582      try      try
4583          form.ShowModal;          form.ShowModal;
4584          shutdown := form.Allowshutdown;          shutdown := form.Allowshutdown;
4585          GikoForm.UpdateExePath := form.ExecPath;          if shutdown then begin
4586          GikoForm.UpdateExeArgs := form.ExecArgs;              GikoForm.UpdateExePath := form.ExecPath;
4587                GikoForm.UpdateExeArgs := form.ExecArgs;
4588            end;
4589      finally      finally
4590          form.Release;          form.Release;
4591      end;      end;

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.71.2.1

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