Skip to content

Commit

Permalink
revert changes on develop for Seaside icons in Pharo tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Jun 27, 2019
1 parent 218b254 commit 78bd6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
seasideAdaptorRunningIcon
^ icons
at: #'seasideAdaptorRunningIcon'
ifAbsentPut:[ Form fromBinaryStream: (self seasideAdaptorRunningIconContents base64Decoded readStream) ]
ifAbsentPut:[ Form fromBinaryStream: (GRPlatform current base64Decode: self seasideAdaptorRunningIconContents) asByteArray readStream ]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
seasideAdaptorStoppedIcon
^ icons
at: #'seasideAdaptorStoppedIcon'
ifAbsentPut: [ Form fromBinaryStream: (self seasideAdaptorStoppedIconContents base64Decoded readStream) ]
ifAbsentPut:[ Form fromBinaryStream: (GRPlatform current base64Decode: self seasideAdaptorStoppedIconContents) asByteArray readStream ]

0 comments on commit 78bd6ef

Please sign in to comment.