Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions objects/ui2/outliner/debuggerWidgets.self
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'$Revision: 30.6 $'
'30.6.1'
'
Copyright 1992-2016 AUTHORS.
See the legal/LICENSE file for license information and legal/AUTHORS for authors.
Expand Down Expand Up @@ -58,9 +58,9 @@ SlotsToOmit: directory fileInTimeString myComment postFileIn revision subpartNam
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'modules' -> 'debuggerWidgets' -> () From: ( | {
'ModuleInfo: Module: debuggerWidgets InitialContents: FollowSlot\x7fVisibility: public'
'ModuleInfo: Module: debuggerWidgets InitialContents: InitializeToExpression: (\'30.6.1\')\x7fVisibility: public'

revision <- '$Revision: 30.6 $'.
revision <- '30.6.1'.
} | )

bootstrap addSlotsTo: bootstrap stub -> 'globals' -> 'modules' -> 'debuggerWidgets' -> () From: ( | {
Expand Down Expand Up @@ -135,7 +135,7 @@ SlotsToOmit: parent prototype.
addMorph:
((rowMorph copy beShrinkWrap color: color) borderWidth: 0) addMorphFirst:
(labelMorph copyLabel: name)
fontSpec: outlinerPreferences tinyFontSpec copyName: 'verdana'.
fontSpec: outlinerPreferences tinyFontSpec.
recolor.
self).
} | )
Expand Down