OSDN Git Service

DAT落ちしてスレ一覧から消えたスレを取得失敗後に、そのスレ一覧をDLした直後に
authorh677 <h677>
Mon, 26 Dec 2005 17:07:48 +0000 (17:07 +0000)
committerh677 <h677>
Mon, 26 Dec 2005 17:07:48 +0000 (17:07 +0000)
ブラウザタブの切り替えに失敗する不具合の修正。

Giko.pas

index 374e203..16a94d0 100644 (file)
--- a/Giko.pas
+++ b/Giko.pas
@@ -2556,6 +2556,7 @@ begin
        idx := BrowserTab.TabIndex;
        if (FActiveContent <> nil) and
                (FActiveContent.Thread <> Thread.Thread) and
+               (FActiveContent.Browser <> nil) and
                (Assigned(FActiveContent.Browser.Document)) then begin
                try
                try