Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2087 |
i: Integer; |
i: Integer; |
| 2088 |
begin |
begin |
| 2089 |
if FTreeType = gttHistory then begin |
if FTreeType = gttHistory then begin |
| 2090 |
if GetActiveContent <> TFavoriteThreadItem( Node ).Item then |
if Node <> nil then |
| 2091 |
FavoriteClick( Node ); |
if TObject( Node.Data ) is TFavoriteThreadItem then |
| 2092 |
|
if GetActiveContent <> TFavoriteThreadItem( Node.Data ).Item then |
| 2093 |
|
FavoriteClick( Node ); |
| 2094 |
Exit; |
Exit; |
| 2095 |
end; |
end; |
| 2096 |
|
|
| 3474 |
// SetContent(ThreadItem); |
// SetContent(ThreadItem); |
| 3475 |
FHistoryList.Move(i, 0); |
FHistoryList.Move(i, 0); |
| 3476 |
if FTreeType = gttHistory then |
if FTreeType = gttHistory then |
| 3477 |
TreeView.Items[ i ].MoveTo( TreeView.TopItem, naInsert ); |
if TreeView.TopItem <> TreeView.Items[ i ] then |
| 3478 |
|
TreeView.Items[ i ].MoveTo( TreeView.TopItem, naInsert ); |
| 3479 |
Exit; |
Exit; |
| 3480 |
end; |
end; |
| 3481 |
end; |
end; |
|
|
Legend:
| Removed from v.1.205 |
|
| changed lines |
| |
Added in v.1.206 |
|
|
|