diff --git a/sources/Jade System Browser.pax b/sources/Jade System Browser.pax index 804b81de..838da716 100644 --- a/sources/Jade System Browser.pax +++ b/sources/Jade System Browser.pax @@ -863,7 +863,7 @@ sbMethodCategory: anOrderedCollection category := anOrderedCollection removeFirst. anOrderedCollection do: [:each | behavior - _moveMethod: each asSymbol + moveMethod: each asSymbol toCategory: category. ]. self systemBrowserUpdate.