• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ギコナビ


Commit MetaInfo

Revisionb657582173f6325e201894ad37331b13cc9dd0c8 (tree)
Time2005-12-27 02:07:48
Authorh677 <h677>
Commiterh677

Log Message

DAT落ちしてスレ一覧から消えたスレを取得失敗後に、そのスレ一覧をDLした直後に
ブラウザタブの切り替えに失敗する不具合の修正。

Change Summary

Incremental Difference

--- a/Giko.pas
+++ b/Giko.pas
@@ -2556,6 +2556,7 @@ begin
25562556 idx := BrowserTab.TabIndex;
25572557 if (FActiveContent <> nil) and
25582558 (FActiveContent.Thread <> Thread.Thread) and
2559+ (FActiveContent.Browser <> nil) and
25592560 (Assigned(FActiveContent.Browser.Document)) then begin
25602561 try
25612562 try