File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,9 @@ MailClientPresenterWithCommands class >> buildViewMenuWith: presenter [
89
89
{ #category : ' private' }
90
90
MailClientPresenterWithCommands >> accountMenu [
91
91
92
- ^ (self rootCommandsGroup / ' AccountMenu' ) asMenuPresenter
92
+ ^ self newMenu
93
+ fillWith: (self rootCommandsGroup / ' AccountMenu' );
94
+ yourself
93
95
]
94
96
95
97
{ #category : ' testing' }
@@ -101,7 +103,8 @@ MailClientPresenterWithCommands >> hasSelectedEmail [
101
103
{ #category : ' nil' }
102
104
MailClientPresenterWithCommands >> initializeMenuBar [
103
105
104
- menuBar := (self rootCommandsGroup / ' MenuBar' ) asMenuBarPresenter
106
+ menuBar := self newMenuBar.
107
+ menuBar fillWith: self rootCommandsGroup / ' MenuBar'
105
108
]
106
109
107
110
{ #category : ' initialization' }
You can’t perform that action at this time.
0 commit comments