BrowserView.st
changeset 7712 34902dbc0e1d
parent 7697 5428bdea5444
child 7794 fa06398419d9
--- a/BrowserView.st	Tue Mar 06 14:25:13 2007 +0100
+++ b/BrowserView.st	Tue Mar 06 14:25:42 2007 +0100
@@ -10504,7 +10504,7 @@
 
     |s icn|
 
-    s := aMethod printStringForBrowserWithSelector:selector.
+    s := aMethod printStringForBrowserWithSelector:selector inClass:aMethod class.
 
     "/
     "/ wrap icons (i.e. break- or trace points)
@@ -10536,8 +10536,8 @@
     ].
     ^ s
 
-    "Created: / 22.10.1996 / 19:51:00 / cg"
-    "Modified: / 24.8.1998 / 21:37:04 / cg"
+    "Created: / 22-10-1996 / 19:51:00 / cg"
+    "Modified: / 05-03-2007 / 16:25:00 / cg"
 !
 
 listOfAllMethodsInCategory:aCategory inFullProtocolHierarchyOfClass:aClass
@@ -14515,7 +14515,7 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.812 2007-03-02 15:05:06 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.813 2007-03-06 13:25:42 cg Exp $'
 ! !
 
 BrowserView initialize!