Skip to content

Commit

Permalink
Merge 5514c70
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jan 25, 2024
2 parents d6b1773 + 5514c70 commit 8663065
Show file tree
Hide file tree
Showing 2 changed files with 7 additions 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
6 changes: 6 additions & 0 deletions Iceberg-TipUI/IceTipRepositoryGroupPanel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,9 @@ IceTipRepositoryGroupPanel >> visibleRootCommandsGroup [
IceTipCleanCommandGroupVisitor new visit: rootGroup.
^ rootGroup
]

{ #category : 'accessing' }
IceTipRepositoryGroupPanel >> workingCopyModel [

^ self selectedItem workingCopyModel
]

0 comments on commit 8663065

Please sign in to comment.