[Seaside] [FIX] WACounter :-(

Lukas Renggli seaside@lists.squeakfoundation.org
Tue, 26 Nov 2002 19:37:59 +0100


This is a multi-part message in MIME format.

------=_NextPart_000_0033_01C29583.5356D850
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

When developing WADebugger I needed a place to produce errors to pop up the
web-debugger. My playfield was the WACounter example and one of my ugly
modification went into the current Seaside 2.04 distribution :-( .

I am terribly sorry for that! The attached change-set should fix that issue.

Cheers
Lukas

--
Lukas Renggli
http://renggli.freezope.org

------=_NextPart_000_0033_01C29583.5356D850
Content-Type: application/octet-stream;
	name="WACounter-Fix.cs"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="WACounter-Fix.cs"

'From Squeak3.4alpha of ''11 November 2002'' [latest update: #5125] on =
26 November 2002 at 7:31:27 pm'!=0D=0D!WACounter methodsFor: 'as yet =
unclassified' stamp: 'lr 11/26/2002 19:31'!=0Ddecrement
	count _ count - 1! !=0D=0D
------=_NextPart_000_0033_01C29583.5356D850--