Skip to content

Commit

Permalink
Automatic rewriting by Spec framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendelplanque committed May 15, 2019
1 parent 314e016 commit b389bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commander2-ContactBook/CmContactBookPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ CmContactBookPresenter >> initializeWindow: aWindowPresenter [

{ #category : #testing }
CmContactBookPresenter >> isContactSelected [
^table selectedItem notNil
^ table selection selectedItem notNil
]

{ #category : #'user interaction' }
Expand Down Expand Up @@ -150,7 +150,7 @@ CmContactBookPresenter >> removeContact: aCmContact [

{ #category : #accessing }
CmContactBookPresenter >> selectedContact [
^table selectedItem
^ table selection selectedItem
]

{ #category : #accessing }
Expand Down

0 comments on commit b389bac

Please sign in to comment.