Tools__ChangeSetDiffList.st
changeset 14115 893940b942a4
parent 14014 e58870fa0034
child 15566 184cea584be5
child 18689 6afc138dedfd
equal deleted inserted replaced
14114:105a8c3f4e69 14115:893940b942a4
   314     ]
   314     ]
   315 
   315 
   316     "Created: / 17-01-2013 / 16:25:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   316     "Created: / 17-01-2013 / 16:25:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   317 !
   317 !
   318 
   318 
   319 enqueueDelayedUpdateList
       
   320     immediateUpdate value ifTrue:[
       
   321         self updateList
       
   322     ] ifFalse:[
       
   323         super enqueueDelayedUpdateList
       
   324     ].
       
   325 
       
   326     "Created: / 17-01-2013 / 16:44:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   327 !
       
   328 
       
   329 listSelectionChanged
   319 listSelectionChanged
   330     | lsel |
   320     | lsel |
   331 
   321 
   332     lsel := listSelectionHolder value ? #().
   322     lsel := listSelectionHolder value ? #().
   333     self selectionHolder 
   323     self selectionHolder 
   595 ! !
   585 ! !
   596 
   586 
   597 !ChangeSetDiffList class methodsFor:'documentation'!
   587 !ChangeSetDiffList class methodsFor:'documentation'!
   598 
   588 
   599 version_CVS
   589 version_CVS
   600     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetDiffList.st,v 1.9 2014-02-25 10:39:46 vrany Exp $'
   590     ^ '$Header: /cvs/stx/stx/libtool/Tools__ChangeSetDiffList.st,v 1.10 2014-03-05 18:30:16 vrany Exp $'
   601 !
   591 !
   602 
   592 
   603 version_SVN
   593 version_SVN
   604     ^ '$Id: Tools__ChangeSetDiffList.st,v 1.9 2014-02-25 10:39:46 vrany Exp $'
   594     ^ '$Id: Tools__ChangeSetDiffList.st,v 1.10 2014-03-05 18:30:16 vrany Exp $'
   605 ! !
   595 ! !
   606 
   596