Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|