1
0
ソースを参照

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]