Skip to content

Commit

Permalink
Merge pull request #22 from juliendelplanque/dev
Browse files Browse the repository at this point in the history
Fix bug with processes that stayed in the process browser
  • Loading branch information
juliendelplanque authored Apr 10, 2019
2 parents 8473162 + de635b1 commit 0128bac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Mirage-Carousel/MICarousel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Class {
#classInstVars : [
'isActivated'
],
#category : #'Mirage-Carousel-Morphic'
#category : 'Mirage-Carousel-Morphic'
}

{ #category : #accessing }
Expand Down
4 changes: 2 additions & 2 deletions src/Mirage-Carousel/MICarouselSettings.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
#classInstVars : [
'thumbnailUpdateTime'
],
#category : #'Mirage-Carousel-Settings'
#category : 'Mirage-Carousel-Settings'
}

{ #category : #accessing }
Expand All @@ -18,7 +18,7 @@ MICarouselSettings class >> defaultThumbnailUpdateTime [

{ #category : #accessing }
MICarouselSettings class >> thumbnailUpdateThreadsPriority [
^ 10
^ 20
]

{ #category : #accessing }
Expand Down
2 changes: 1 addition & 1 deletion src/Mirage-Carousel/MITitleMorph.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
#instVars : [
'title'
],
#category : #'Mirage-Carousel-Morphic'
#category : 'Mirage-Carousel-Morphic'
}

{ #category : #'instance creation' }
Expand Down

0 comments on commit 0128bac

Please sign in to comment.