From d97e834743c6077968a79e13b8221a5a46d9b257 Mon Sep 17 00:00:00 2001 From: Julien Delplanque Date: Thu, 10 Oct 2019 08:41:19 +0200 Subject: [PATCH] Moved #iconNamed: to private protocol as it should not be used directly by clients. --- src/Commander2-UI/CmUICommand.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commander2-UI/CmUICommand.class.st b/src/Commander2-UI/CmUICommand.class.st index 970218e..bf7eac7 100644 --- a/src/Commander2-UI/CmUICommand.class.st +++ b/src/Commander2-UI/CmUICommand.class.st @@ -91,7 +91,7 @@ CmUICommand >> iconName: aString from: anIconProvider [ self iconName: aString. ] -{ #category : #accessing } +{ #category : #private } CmUICommand >> iconNamed: aSymbol [ ^ self iconProvider iconNamed: aSymbol ]