class: Tools::LintRuleList
authorClaus Gittinger <cg@exept.de>
Tue, 06 Nov 2012 01:48:36 +0100
changeset 12035 d9224133ac96
parent 12034 25112053bdc7
child 12036 cfe7abc0d2c8
class: Tools::LintRuleList changed: #commonPostOpen
Tools__LintRuleList.st
--- a/Tools__LintRuleList.st	Tue Nov 06 00:05:27 2012 +0100
+++ b/Tools__LintRuleList.st	Tue Nov 06 01:48:36 2012 +0100
@@ -423,7 +423,7 @@
 !LintRuleList methodsFor:'hooks'!
 
 commonPostOpen
-
+    super commonPostOpen.
     self updateOutputGenerator.
 
     "Created: / 16-04-2010 / 11:53:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
@@ -755,11 +755,11 @@
 !LintRuleList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.12 2012-03-07 19:09:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.13 2012-11-06 00:48:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.12 2012-03-07 19:09:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.13 2012-11-06 00:48:36 cg Exp $'
 !
 
 version_SVN