Skip to content

Commit c1780e9

Browse files
committed
Classify method correctly and cleanup code
1 parent 9e55c62 commit c1780e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CodeOfSpec20Book/MailClientPresenterWithCommands.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ MailClientPresenterWithCommands >> accountMenu [
9494
yourself
9595
]
9696

97-
{ #category : 'nil' }
97+
{ #category : 'initialization' }
9898
MailClientPresenterWithCommands >> initializeMenuBar [
9999

100100
menuBar := self newMenuBar.
@@ -103,7 +103,7 @@ MailClientPresenterWithCommands >> initializeMenuBar [
103103

104104
{ #category : 'initialization' }
105105
MailClientPresenterWithCommands >> initializeToolBar [
106-
106+
107107
toolBar := self newToolbar.
108108
self updateToolBarButtons
109109
]

0 commit comments

Comments
 (0)