Tools__SmalltalkDiffTool.st
changeset 19150 8bd5752ff0a9
parent 18081 59e05242cca5
equal deleted inserted replaced
19149:e67fe33e7ca5 19150:8bd5752ff0a9
   669 
   669 
   670     "Created: / 19-04-2008 / 12:57:20 / Jan Vrany <vranyj1@fel.cvut.cz>"
   670     "Created: / 19-04-2008 / 12:57:20 / Jan Vrany <vranyj1@fel.cvut.cz>"
   671 !
   671 !
   672 
   672 
   673 selectionChanged
   673 selectionChanged
   674     self showVersionsFor:(self selection size = 1 ifTrue:[
   674     self showVersionsFor:
   675                 self selection anElement
   675         (self selection size == 1 
   676             ] ifFalse:[ nil ])
   676             ifTrue:[ self selection anElement ] 
       
   677             ifFalse:[ nil ]
       
   678         )
   677 ! !
   679 ! !
   678 
   680 
   679 !SmalltalkDiffTool methodsFor:'hooks'!
   681 !SmalltalkDiffTool methodsFor:'hooks'!
   680 
   682 
   681 commonPostBuild
   683 commonPostBuild