SourceCodeManagerUtilities.st
changeset 1995 f832f7ec6ccf
parent 1994 eccaf18ff7a1
child 1996 7f46f9d8e0f7
--- a/SourceCodeManagerUtilities.st	Thu May 29 11:54:00 2008 +0200
+++ b/SourceCodeManagerUtilities.st	Fri May 30 15:55:52 2008 +0200
@@ -2798,7 +2798,7 @@
 
     answer == #noBrowse ifTrue:[
         UserPreferences browserClass browseMethods:methodsWithBadStuff title:'Methods with Bad Stuff'.
-        YesToAllNotification queryWith:false.
+        self yesToAllNotification queryWith:false.
         ^ false
     ].
     answer == #cancelAll ifTrue:[
@@ -2912,5 +2912,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.165 2008-05-29 09:54:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.166 2008-05-30 13:55:52 stefan Exp $'
 ! !