[OB] spawnHierarchy missing

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OB] spawnHierarchy missing

Mathieu SUEN
Hi,

When you set OBSystemBrowserAdaptor to the  default browser and you browse hierachy it raise an error.
I use 3.9_7058 image
So I propose a fix. See the attach file

I have done a file out but I don't know if it's the best way to provid fix
Tell me if I have to add it to mantis.

Math

'From Squeak3.9gamma of ''23 July 2006'' [latest update: #7058] on 16 September 2006 at 7:48:55 pm'!


!OBSystemBrowserAdaptor methodsFor: 'traits' stamp: 'ms 9/16/2006 19:46'!
spawnHierarchy

        ^OBSystemBrowser
                openOnClass: class
                selector: selector! !