From 9c47dba6df976a9ff7deb3fd6694aa6c4383eb6b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 9 Sep 2013 04:40:43 +0200 Subject: missed a variable use in refactoring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editor.py') diff --git a/src/editor.py b/src/editor.py index f128b8e..fc75baa 100644 --- a/src/editor.py +++ b/src/editor.py @@ -326,7 +326,7 @@ class TextArea(): self.alert('No mark is activated') elif ord(d) == ord('S') - ord('@'): last = '' - for row in range(0, len(datalines)): + for row in range(0, len(self.lines)): self.datamap[self.lines[row].name] = self.lines[row].text saver() modified = False -- cgit v1.2.3-70-g09d2