Skip to content

Commit

Permalink
using newToolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jun 30, 2020
1 parent ca605d2 commit 8c78276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ClyMetaLinkInstallationPresenter >> close [
ClyMetaLinkInstallationPresenter >> initializePresenter [
metalinkListPresenter := self newList.
metalinkListPresenter items: self allRelevantMetaLinks.
toolBar := self newToolBar.
toolBar := self newToolbar.
self toolbarButtons do: [ :button | toolBar addItem: button ]
]

Expand Down

0 comments on commit 8c78276

Please sign in to comment.