From 957b8a38e9bc7a5f3f79eb6521d2adab2de9811a Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 2 Feb 2011 20:29:37 +0000 Subject: =?UTF-8?q?=E2=80=A2=20forgotten=20to=20apply=20a=20change=20of=20?= =?UTF-8?q?a=20NoodleLineNumber=20method?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPTextView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPTextView.m') diff --git a/Source/SPTextView.m b/Source/SPTextView.m index 7876cbd1..a36caed7 100644 --- a/Source/SPTextView.m +++ b/Source/SPTextView.m @@ -863,7 +863,7 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) */ - (NSUInteger) getLineNumberForCharacterIndex:(NSUInteger)anIndex { - return [lineNumberView lineNumberForCharacterIndex:anIndex inText:[self string]]+1; + return [lineNumberView lineNumberForCharacterIndex:anIndex]+1; } /** -- cgit v1.2.3