#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Sat, 07 May 2016 21:38:18 +0200
changeset 5718 d6d361c41aae
parent 5717 94a8cc3be8ec
child 5719 c1b417fd14a0
#OTHER by cg class: ListView changed: #searchBackwardUsingSpec:startingAtLine:col:ifFound:ifAbsent: blocks needs 2or3 arguments
ListView.st
--- a/ListView.st	Sat May 07 15:49:09 2016 +0200
+++ b/ListView.st	Sat May 07 21:38:18 2016 +0200
@@ -4798,7 +4798,7 @@
                                               and:[ (self findEndOfWordAtLine:lnr col:col) == (col + patternSize - 1) ]]
                                     ) ifTrue:[
                                         (atBeginOfLineOnly not or:[col == 1]) ifTrue:[
-                                            ^ block1 value:lnr value:col.
+                                            ^ block1 value:lnr value:col optionalArgument:nil.
                                         ]
                                     ]
                                 ].