# HG changeset patch # User Claus Gittinger # Date 1261135206 -3600 # Node ID 2af9de3d71b7bccbd1c865abc5eb778521fc8061 # Parent 6293f66d5aa5d407a1de9c42d2a1bc44be82aeb9 comment/format in: #updateListOfMatchingSelectorsFor: diff -r 6293f66d5aa5 -r 2af9de3d71b7 Tools_SearchDialog.st --- a/Tools_SearchDialog.st Thu Dec 17 18:14:22 2009 +0100 +++ b/Tools_SearchDialog.st Fri Dec 18 12:20:06 2009 +0100 @@ -138,9 +138,6 @@ matchProcess := nil. ]. ] fork. - - - ! ! !SearchDialog methodsFor:'public'! @@ -1203,9 +1200,9 @@ !SearchDialog class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.44 2009-12-14 16:57:25 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.45 2009-12-18 11:20:06 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.44 2009-12-14 16:57:25 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.45 2009-12-18 11:20:06 cg Exp $' ! !