Skip to content

Commit

Permalink
Fix refresh DNU on working copy model
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jan 23, 2024
1 parent 9be9d1f commit 898e56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg-TipUI/IceTipCommitBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ IceTipCommitBrowser >> refresh [
{ #category : 'private' }
IceTipCommitBrowser >> refreshWhenRepository: ann [

(self model isModelOf: ann repository)
(self repository = ann repository)
ifFalse: [ ^ self ].
self model reset.
self refresh
Expand Down

0 comments on commit 898e56e

Please sign in to comment.