Skip to content

Commit

Permalink
replace self window delate by self window close
Browse files Browse the repository at this point in the history
  • Loading branch information
CafeKrem committed Jul 4, 2019
1 parent 2d6080b commit 0ca6387
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -62,7 +62,7 @@ SycRefactoringPreview >> accept [
asJob
title: 'Refactoring';
run.
self window delete
self window close
]

{ #category : #accessing }
Expand Down Expand Up @@ -97,7 +97,7 @@ SycRefactoringPreview >> buildDiffFor: aChange [

{ #category : #controlling }
SycRefactoringPreview >> cancel [
self window delete
self window close
]

{ #category : #accessing }
Expand Down

0 comments on commit 0ca6387

Please sign in to comment.