Show More
@@ -671,7 +671,7 b' class curseschunkselector(object):' | |||
|
671 | 671 | |
|
672 | 672 | currentitem = self.currentselecteditem |
|
673 | 673 | nextitem = currentitem.nextitem() |
|
674 |
# if there's no |
|
|
674 | # if there's no next item on this level, try choosing the parent's | |
|
675 | 675 | # nextitem. |
|
676 | 676 | if nextitem is None: |
|
677 | 677 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now