help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: bug in browser/Load.st


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: bug in browser/Load.st
Date: Sun, 19 Sep 2004 23:07:44 +0200
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

'FIXME: why is this here? it would close the browser... !! ' printNl!

This would close the browser only if it is already loaded. Maybe what I meant was

(BLOX includesKey: #BLOXBrowser)
    ifTrue: [ BLOX BLOXBrowser BrowserMain close ].

(BLOX.BLOXBrowser includesKey: #BrowserMain)
    ifTrue: [ BLOX BLOXBrowser BrowserMain close ].

Paolo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]