Explorar o código

Fixed previous commit

Nicolas Petton %!s(int64=14) %!d(string=hai) anos
pai
achega
2cad17286a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      st/ide.st

+ 1 - 1
st/ide.st

@@ -462,7 +462,7 @@ methods
 	ifNil: [
 	    klass 
 		ifNil: [#()] 
-		ifNotNil: [class methodDictionary values]]
+		ifNotNil: [klass methodDictionary values]]
 	ifNotNil: [
 	    klass methodDictionary values select: [:each |
 		each category = selectedProtocol]]) sort: [:a :b | a selector > b selector]