BrowserView.st
changeset 757 e11e8984a976
parent 756 357db0b88e1b
child 758 613257a962eb
--- a/BrowserView.st	Mon Oct 14 16:52:49 1996 +0200
+++ b/BrowserView.st	Mon Oct 14 17:34:33 1996 +0200
@@ -5289,13 +5289,13 @@
     box title:(resources string:('break if method is executed by process:\\(current = ' , Processor activeProcess id printString , ')') withCRs).
     box action:[:selection |
         self commonTraceHelperWith:#trapMethod:inProcess: 
-                              with:(processes at:selection)
+                              with:(processes at:box selectionIndex)
     ].
     box showAtPointer.
     box destroy
 
     "Created: 14.10.1996 / 15:40:53 / cg"
-    "Modified: 14.10.1996 / 15:51:24 / cg"
+    "Modified: 14.10.1996 / 16:29:10 / cg"
 !
 
 methodChangeCategory
@@ -7861,6 +7861,6 @@
 !BrowserView  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.177 1996-10-14 14:52:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.178 1996-10-14 15:34:33 cg Exp $'
 ! !
 BrowserView initialize!