Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Favorite.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 378 |
|
|
| 379 |
if not board.IsThreadDatRead then |
if not board.IsThreadDatRead then |
| 380 |
GikoSys.ReadSubjectFile( board ); |
GikoSys.ReadSubjectFile( board ); |
| 381 |
threadItem := board.Find( Node.Attributes[ 'thread' ] ); |
threadItem := board.FindThreadFromFileName( Node.Attributes[ 'thread' ] ); |
| 382 |
if threadItem = nil then begin |
if threadItem = nil then begin |
| 383 |
threadItem := TThreadItem.Create( |
threadItem := TThreadItem.Create( |
| 384 |
board.BoardPlugIn, |
board.BoardPlugIn, |
|
|
Legend:
| Removed from v.1.29 |
|
| changed lines |
| |
Added in v.1.30 |
|
|
|