#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Sun, 05 Feb 2017 03:58:54 +0100
changeset 17337 666582dc2d00
parent 17336 be33a7978f9c
child 17338 4ff6cd1afb81
#BUGFIX by cg class: Tools::SmalltalkDiffTool
Tools__SmalltalkDiffTool.st
--- a/Tools__SmalltalkDiffTool.st	Sun Feb 05 03:53:00 2017 +0100
+++ b/Tools__SmalltalkDiffTool.st	Sun Feb 05 03:58:54 2017 +0100
@@ -816,7 +816,7 @@
 !SmalltalkDiffTool::DiffItem class methodsFor:'documentation'!
 
 version
-    ^'$Header: /cvs/stx/stx/libtool/Tools__SmalltalkDiffTool.st,v 1.9 2013-08-19 16:01:16 stefan Exp $'
+    ^'$Header$'
 ! !
 
 !SmalltalkDiffTool::DiffItem class methodsFor:'instance creation'!
@@ -955,8 +955,13 @@
 !
 
 isMethodChange
+    "/ cg: no idea what to return; the previous version returned self,
+    "/ which is certainly wrong.
+
+    ^ true
 
     "Created: / 11-12-2007 / 18:39:35 / janfrog"
+    "Modified (format): / 05-02-2017 / 03:58:45 / cg"
 ! !
 
 !SmalltalkDiffTool::DiffItem methodsFor:'ui support'!
@@ -1003,10 +1008,10 @@
 !SmalltalkDiffTool class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__SmalltalkDiffTool.st,v 1.9 2013-08-19 16:01:16 stefan Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '$Id: Tools__SmalltalkDiffTool.st,v 1.9 2013-08-19 16:01:16 stefan Exp $'
+    ^ '$Id$'
 ! !