Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.pas

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

revision 1.463 by h677, Mon Oct 18 14:36:34 2004 UTC revision 1.464 by h677, Mon Oct 18 15:43:21 2004 UTC
# Line 3143  begin Line 3143  begin
3143    
3144          if FSortIndex = id then          if FSortIndex = id then
3145                  FSortOrder := not FSortOrder                  FSortOrder := not FSortOrder
3146          else          else begin
3147                  FSortOrder := true;                  FSortOrder := id = 0;
3148            end;
3149    
3150          ListViewSort(Sender, Column);          ListViewSort(Sender, Column);
3151  end;  end;

Legend:
Removed from v.1.463  
changed lines
  Added in v.1.464

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