summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-05-02 03:29:56 +0200
committerhut <hut@lavabit.com>2010-05-02 03:29:56 +0200
commitcb116bf0dc119977f69f3146c786b09315ac9c50 (patch)
tree5a2e42fe6083ed679a8305026537ceb929a4c81f
parent9a6688a27066d82190fe7f729b624cd2694c7f4c (diff)
downloadranger-cb116bf0dc119977f69f3146c786b09315ac9c50.tar.gz
ext.accumulator: added comment
-rw-r--r--ranger/ext/accumulator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/ext/accumulator.py b/ranger/ext/accumulator.py
index 2e599c85..75f58ad7 100644
--- a/ranger/ext/accumulator.py
+++ b/ranger/ext/accumulator.py
@@ -68,6 +68,7 @@ class Accumulator(object):
 
 		return self.move(to=self.pointer)
 
+	# XXX Is this still necessary?  move() ensures correct pointer position
 	def correct_pointer(self):
 		lst = self.get_list()
 
^
f51bd48a ^
















7582555b ^







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45