Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Favorite.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.34 by yoffy, Thu Apr 15 08:32:23 2004 UTC revision 1.35 by h677, Thu Apr 15 14:08:33 2004 UTC
# Line 646  begin Line 646  begin
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

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