Skip to content

Commit

Permalink
roll-back incompatible deprecation removals
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jun 16, 2024
1 parent 52b1c97 commit 8ca9bd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ messageCategoryList
| all categories unclassified |
all := #'-- all --'. "AllProtocol defaultName is fucked in Pharo 2.0"
self selectedClass ifNil: [ ^ Array with: all ].
categories := self selectedClass categories.
categories := self selectedClass organization categories.
(categories notEmpty and: [ categories first = all ]) ifFalse: [ "all is only in 3.0+"
categories := (Array with: all) , categories ].
unclassified := Protocol unclassified. "#unclassified only in 3.0+"
Expand Down

0 comments on commit 8ca9bd1

Please sign in to comment.