Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2724 |
ListView.Selected := nil; |
ListView.Selected := nil; |
| 2725 |
// ListView.Columns.Clear; |
// ListView.Columns.Clear; |
| 2726 |
if (FActiveContent <> nil) and (FActiveContent.Thread <> nil) |
if (FActiveContent <> nil) and (FActiveContent.Thread <> nil) |
| 2727 |
and (FActiveContent.Thread.IsLogFile) then |
and (FActiveContent.Thread.IsLogFile) then begin |
| 2728 |
Self.Caption := GikoDataModule.CAPTION_NAME + ' - [' + FActiveContent.Thread.Title + ']' |
try |
| 2729 |
else |
Self.Caption := GikoDataModule.CAPTION_NAME + ' - [' + FActiveContent.Thread.Title + ']' |
| 2730 |
|
except |
| 2731 |
|
on E: Exception do begin |
| 2732 |
|
//スレ一覧DL後などにFActiveContentの持つThreadが |
| 2733 |
|
//削除されている場合があるのでここて処理する |
| 2734 |
|
ReleaseBrowser(FActiveContent); |
| 2735 |
|
FActiveContent.Thread := nil; |
| 2736 |
|
Self.Caption := GikoDataModule.CAPTION_NAME; |
| 2737 |
|
end; |
| 2738 |
|
end; |
| 2739 |
|
end else |
| 2740 |
Self.Caption := GikoDataModule.CAPTION_NAME; |
Self.Caption := GikoDataModule.CAPTION_NAME; |
| 2741 |
//Application.Title := CAPTION_NAME; |
//Application.Title := CAPTION_NAME; |
| 2742 |
|
|
|
|
Legend:
| Removed from v.1.574 |
|
| changed lines |
| |
Added in v.1.575 |
|
|
|