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.7 by yoffy, Sat Nov 22 15:10:02 2003 UTC revision 1.8 by yoffy, Sun Nov 23 03:27:49 2003 UTC
# Line 262  begin Line 262  begin
262                                                          threadItem := TThreadItem.Create(                                                          threadItem := TThreadItem.Create(
263                                                                  board.BoardPlugIn,                                                                  board.BoardPlugIn,
264                                                                  GikoSys.Get2chBoard2ThreadURL( board, ChangeFileExt( Node.Attributes[ 'thread' ], '' ) ) );                                                                  GikoSys.Get2chBoard2ThreadURL( board, ChangeFileExt( Node.Attributes[ 'thread' ], '' ) ) );
265                                                            threadItem.Title := Node.Attributes[ 'title' ];
266                                                          board.Add( threadItem );                                                          board.Add( threadItem );
267                                                  end;                                                  end;
268                                          end else begin                                          end else begin
# Line 290  begin Line 291  begin
291    
292                                                  if threadItem = nil then                                                  if threadItem = nil then
293                                                          threadItem := TThreadItem.Create( nil, url );                                                          threadItem := TThreadItem.Create( nil, url );
294    
295                                                    threadItem.Title := Node.Attributes[ 'title' ];
296                                                  board.Add( threadItem );                                                  board.Add( threadItem );
297                                          end;                                          end;
298                                  end;                                  end;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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