Skip to content

Commit deabcf8

Browse files
authored
Merge pull request #266 from OpenSmock/fix_soleInstance
fix bug with soleInstance
2 parents 67f97cc + b5d23ae commit deabcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pyramid-Bloc/PyramidLibraryDefault.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PyramidLibraryDefault >> pragmaCategory: aSymbol withIcon: anIcon [
4242
thenCollect: [ :method |
4343
PyramidLibraryElement new
4444
icon: (Smalltalk ui icons iconNamed:
45-
method methodClass soleInstance systemIconName);
45+
method methodClass systemIconName);
4646
name: ('<1s> (<2s>)'
4747
expandMacrosWith: method selector
4848
with: method methodClass name);

0 commit comments

Comments
 (0)