Skip to content

Commit

Permalink
Fixing settings defaults for Calypso
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jan 13, 2020
1 parent 4674295 commit dcc0427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tool-Registry/PharoCommonTools.class.st
Expand Up @@ -77,6 +77,7 @@ PharoCommonTools class >> settingsOn: aBuilder [
target: Smalltalk;
targetSelector: #tools;
label: 'Messagelist';
default: (Smalltalk at: #ClyOldMessageBrowserAdapter);
domainValues: Smalltalk tools recentMessageListTools ];
with: [
(aBuilder pickOne: #versionBrowserTool)
Expand Down

0 comments on commit dcc0427

Please sign in to comment.