Skip to content

Commit

Permalink
Merge pull request #4538 from jecisc/4529-MessageNotUnderstood-EpFile…
Browse files Browse the repository at this point in the history
…LogNodecontent-when-attempting-to-apply-changes-in-Epicea

Fix bug introduced with Spec2 migration.
  • Loading branch information
MarcusDenker committed Sep 10, 2019
2 parents a72ec04 + e9e83e8 commit 94eaffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EpiceaBrowsers/EpUnifiedBrowserPresenter.class.st
Expand Up @@ -103,7 +103,7 @@ EpUnifiedBrowserPresenter >> refreshIfMonitorLogSelected [

self selectedLogNode
ifNotNil: [ :item |
item content isMonitor ifFalse: [ ^ self ]. "Monitor log isn't selected"
item isMonitor ifFalse: [ ^ self ]. "Monitor log isn't selected"
logPresenter refresh ]
]

Expand Down

0 comments on commit 94eaffa

Please sign in to comment.