Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2740 |
begin |
begin |
| 2741 |
Thread := inThread; |
Thread := inThread; |
| 2742 |
idx := BrowserTab.TabIndex; |
idx := BrowserTab.TabIndex; |
| 2743 |
if (FActiveContent <> nil) and |
if (not FStartUp) and |
| 2744 |
|
(FActiveContent <> nil) and |
| 2745 |
(FActiveContent.Thread <> Thread.Thread) and |
(FActiveContent.Thread <> Thread.Thread) and |
| 2746 |
(FActiveContent.Browser <> nil) and |
(FActiveContent.Browser <> nil) and |
| 2747 |
(Assigned(FActiveContent.Browser.Document)) then begin |
(Assigned(FActiveContent.Browser.Document)) then begin |
|
|
Legend:
| Removed from v.1.638 |
|
| changed lines |
| |
Added in v.1.638.2.1 |
|
|
|