Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Add message send to prevent stripping of sent message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfoster committed Feb 18, 2021
1 parent 81a3d2b commit 50ae1a4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sources/JadeLoginShell.cls
Original file line number Diff line number Diff line change
Expand Up @@ -540,11 +540,12 @@ selectionChanged
!
sendRequiredMessages
"The ImageStripper seems to think these messages aren't needed, but we die during runtime packaging with a MessageNotUnderstood."
"
'string1' equals: 'string2'.
1 isImmediate.
"!
"The ImageStripper seems to think these messages aren't needed, without them we have problems."
false ifTrue: [
self onShutdown. "https://github.com/dolphinsmalltalk/Dolphin/issues/1103"
].
!
setWorkingDirectory
Expand Down

0 comments on commit 50ae1a4

Please sign in to comment.