Skip to content

Commit

Permalink
fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed May 30, 2018
1 parent d322018 commit 30c4d88
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,4 +7,4 @@ iconNamed: aSymbol
at: aSymbol
ifAbsentPut: [
Form
fromBinaryStream: (Base64MimeConverter mimeDecodeToBytes: (self perform: (aSymbol , 'Contents') asSymbol) readStream) ]
fromBinaryStream: (self perform: (aSymbol , 'Contents') asSymbol) base64Decoded readStream ]

0 comments on commit 30c4d88

Please sign in to comment.