##// END OF EJS Templates
crecord: update a copy-pasted comment in downarrowshiftevent()
av6 -
r29078:eeacfa36 default
parent child Browse files
Show More
@@ -671,7 +671,7 b' class curseschunkselector(object):'
671
671
672 currentitem = self.currentselecteditem
672 currentitem = self.currentselecteditem
673 nextitem = currentitem.nextitem()
673 nextitem = currentitem.nextitem()
674 # if there's no previous item on this level, try choosing the parent's
674 # if there's no next item on this level, try choosing the parent's
675 # nextitem.
675 # nextitem.
676 if nextitem is None:
676 if nextitem is None:
677 try:
677 try:
General Comments 0
You need to be logged in to leave comments. Login now