浏览代码

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]