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.570 by h677, Tue Dec 20 15:21:05 2005 UTC revision 1.571 by h677, Tue Dec 20 15:23:25 2005 UTC
# Line 2281  begin Line 2281  begin
2281                                  AddMessageList(ATitle + ' ' + GikoSys.GetGikoMessage(gmSureItiran), nil, gmiOK);                                  AddMessageList(ATitle + ' ' + GikoSys.GetGikoMessage(gmSureItiran), nil, gmiOK);
2282                                  if GetActiveList = Item.Board then begin                                  if GetActiveList = Item.Board then begin
2283                                          FActiveList := nil;                                          FActiveList := nil;
2284                                          //板一覧のソート順をクリアする                                          //自動ソートの場合板一覧のソート順をクリアする
2285                                          GikoSys.Setting.BoardSortIndex := 0;                                          if (GikoSys.Setting.AutoSortThreadList) then begin
2286                                          GikoSys.Setting.BoardSortOrder := True;                                                  GikoSys.Setting.BoardSortIndex := 0;
2287                                                    GikoSys.Setting.BoardSortOrder := True;
2288                                            end;
2289                                          SetActiveList(Item.Board);                                          SetActiveList(Item.Board);
2290                                  end;                                  end;
2291                                  Item.Board.Modified := True;                                  Item.Board.Modified := True;

Legend:
Removed from v.1.570  
changed lines
  Added in v.1.571

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