'From Squeak3.6alpha of ''17 March 2003'' [latest update: #5240] on 2 June 2003 at 2:38:58 pm'! "Change Set: FileContentsBrowserPost5240 Date: 2 June 2003 Author: tim@sumeru.stanford.edu As of a 5240 image, FileContentsBrowsers need this small change to keep #senders working"! !FileContentsBrowser methodsFor: 'other' stamp: 'tpr 6/2/2003 13:22'! browseSenders "Create and schedule a message set browser on all senders of the currently selected message selector. Do nothing if no message is selected." messageListIndex ~= 0 ifTrue: [SystemNavigation new browseAllCallsOn: self selectedMessageName]! !