[BUG] (w/fix) Scamper open on .gif

Henrik Gedenryd Henrik.Gedenryd at lucs.lu.se
Thu Feb 8 09:32:13 UTC 2001


Rik Fischer Smoody wrote:

> I was noodling around (in 2.8) and tried
> Scamper openOnUrl: 'http://coweb.cc.gatech.edu:8888/cs2340/uploads/cs2340.gif'
> Got an error, which is fixed by the following:
> 
> 
> !Scamper methodsFor: 'access' stamp: 'Rik 2/6/2001 10:48'!
> labelString
> ^document == nil
> ifTrue: [ ^'Scamper' ]
> ifFalse: [ ^self document head title ifNil: ['Scamper: (untitled)'] ]
> !

That was fixed last summer.

Henrik






More information about the Squeak-dev mailing list