[BUG][FIX]FileContentsBrowser-3.1 classList bug

Tim Rowledge tim at sumeru.stanford.edu
Tue Mar 20 22:41:12 UTC 2001


In a 3.1/3812 image, the FileContentsBrowser class list morph has the wrong menu - one suited to a normal class browser.
This changeset is a workaround that seems to do the right thing, but there is probably a better way

tim
-- 
Tim Rowledge, tim at sumeru.stanford.edu, http://sumeru.stanford.edu/tim
Bad style destroys an otherwise superb program.
-------------- next part --------------
'From Squeak3.1alpha of 7 March 2001 [latest update: #3812] on 11 March 2001 at 9:29:57 pm'!
"Change Set:		FileContentsBrowser-3.1classListbug
Date:			11 March 2001
Author:			tim at sumeru.stanford.edu

In a 3.1/3812 image, the FileContentsBrowser class list morph has the wrong menu - one suited to a normal class browser.
This changeset is a workaround that seems to do the right thing, but there is probably a better way"!


!FileContentsBrowser methodsFor: 'menus' stamp: 'tpr 3/11/2001 21:26'!
classListMenu: aMenu shifted: ignored
	^self classListMenu: aMenu! !



More information about the Squeak-dev mailing list