#OTHER by mawalch
authormawalch
Wed, 27 Jul 2016 21:28:28 +0200
changeset 5807 fdfb746e2499
parent 5806 2826d2341693
child 5810 ff31884ac479
child 5811 e47e88107713
#OTHER by mawalch the the -> the the the -> that the
SelectionInListView.st
--- a/SelectionInListView.st	Tue Jul 26 11:29:41 2016 +0200
+++ b/SelectionInListView.st	Wed Jul 27 21:28:28 2016 +0200
@@ -77,7 +77,7 @@
     by the change mechanism (performs changeMsg) and vice versa, the view
     updates if the model changes (with aspect of either #list or #selectionIndex).
 
-    Before actually adding entries to the the selection, a checkBlock (if non-nil) is evaluated 
+    Before actually adding entries to the selection, a checkBlock (if non-nil) is evaluated 
     passing the number of the entry whch is about to be selected as argument.
     The select change operation is only done if this returns true. This allows
     interception of select, for example to query the user if he/she wants to save