Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Favorite.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 646 |
favBoard.URL := tempString; |
favBoard.URL := tempString; |
| 647 |
end; |
end; |
| 648 |
end else if TObject( favorites.Item[ j ].Data ) is TFavoriteThreadItem then begin |
end else if TObject( favorites.Item[ j ].Data ) is TFavoriteThreadItem then begin |
| 649 |
|
favThread := TFavoriteThreadItem( favorites.Item[ j ].Data ); |
| 650 |
if favThread = nil then continue; |
if favThread = nil then continue; |
| 651 |
tempString := favThread.URL; |
tempString := favThread.URL; |
| 652 |
if ( AnsiPos(oldBoardName, tempString) <> 0 ) and ( AnsiPos(oldHost, tempString ) <> 0 ) then begin |
if ( AnsiPos(oldBoardName, tempString) <> 0 ) and ( AnsiPos(oldHost, tempString ) <> 0 ) then begin |
|
|
Legend:
| Removed from v.1.34 |
|
| changed lines |
| |
Added in v.1.35 |
|
|
|