Skip to content

Commit

Permalink
Merge pull request #1518 from pharo-spec/dev-3.0
Browse files Browse the repository at this point in the history
revert using of SpJobListPresenter in informUser
  • Loading branch information
estebanlm authored Feb 13, 2024
2 parents 743e9ad + f20984c commit 8d688aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Spec2-Dialogs/SpApplication.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ SpApplication >> informUser: aString during: aBlock [
| result |

result := nil.
self jobList pushJob: (Job new
Job new
title: aString;
block: [ :job |
job min: 0; max: 100.
result := aBlock cull: job ];
yourself).
run.

^ result
]
Expand Down

0 comments on commit 8d688aa

Please sign in to comment.