Tools__SmalltalkDiffTool.st
changeset 17702 1080c40947eb
parent 17430 3217799cb458
child 18081 59e05242cca5
equal deleted inserted replaced
17701:6ba7bc49f960 17702:1080c40947eb
   668 
   668 
   669     "Created: / 19-04-2008 / 12:57:20 / Jan Vrany <vranyj1@fel.cvut.cz>"
   669     "Created: / 19-04-2008 / 12:57:20 / Jan Vrany <vranyj1@fel.cvut.cz>"
   670 !
   670 !
   671 
   671 
   672 selectionChanged
   672 selectionChanged
   673 
   673     self showVersionsFor:(self selection size = 1 ifTrue:[
   674     self showVersionsFor: 
   674                 self selection anElement
   675         (self selection size = 1 ifTrue:[self selection anyOne] ifFalse:[nil])
   675             ] ifFalse:[ nil ])
   676 
       
   677     "Created: / 19-04-2008 / 12:57:21 / Jan Vrany <vranyj1@fel.cvut.cz>"
       
   678     "Modified: / 21-10-2008 / 09:31:53 / Jan Vrany <vranyj1@fel.cvut.cz>"
       
   679 ! !
   676 ! !
   680 
   677 
   681 !SmalltalkDiffTool methodsFor:'hooks'!
   678 !SmalltalkDiffTool methodsFor:'hooks'!
   682 
   679 
   683 commonPostBuild
   680 commonPostBuild