소스 검색

Fixed previous commit

Nicolas Petton 14 년 전
부모
커밋
2cad17286a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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]