# HG changeset patch # User mawalch # Date 1465205753 -7200 # Node ID 6cfecdd561c10e5fd9c2f074374f22d4b87cb0c1 # Parent eb88356563822c4b58df86b6e53e11d75e0dde41 #OTHER by mawalch protocol names cleanup diff -r eb8835656382 -r 6cfecdd561c1 MethodSelectionBrowser.st --- a/MethodSelectionBrowser.st Fri May 20 14:45:31 2016 +0200 +++ b/MethodSelectionBrowser.st Mon Jun 06 11:35:53 2016 +0200 @@ -9,10 +9,9 @@ other person. No title to or ownership of the software is hereby transferred. " - +"{ Package: 'stx:libtool2' }" - -"{ Package: 'stx:libtool2' }" +"{ NameSpace: Smalltalk }" ResourceSelectionBrowser subclass:#MethodSelectionBrowser instanceVariableNames:'' @@ -193,7 +192,7 @@ ^message ! ! -!MethodSelectionBrowser methodsFor:'startup / release'! +!MethodSelectionBrowser methodsFor:'startup & release'! postBuildWith:aBuilder "sets the correct title" @@ -241,3 +240,4 @@ version ^ '$Header$' ! ! +