Hi: In latest Dev version there is again this bug :(

http://code.google.com/p/pharo/issues/detail?id=1033

The problem is that OBVersionBrowser DNU definitionPanel

In previous versions OBBrowser has definitionPanel but in latest version it doesnt.

I think the fix is as putting again:

OBBrowser >> definitionPanel
^ panels
detect: [:ea | ea isDefinition]
ifNone: [self error: 'No definition panel configured']

Or maybe it should be in OBVersionBrowser ?

Cheers

Mariano