Hi,
Maybe someone with cvs access could check in this minor correction:
Rgds,
Henrik aka KaarPo
--- src/menu/stack.py 9 Jul 2005 09:08:39 -0000 1.14
+++ src/menu/stack.py 11 Jul 2005 16:27:06 -0000
@@ -304,7 +304,7 @@
event = MENU_PAGEDOWN
if event == MENU_GOTO_MAINMENU:
- while len(self.menustack > 1):
+ while len(self.menustack) > 1:
menu = self.menustack.pop()
self.refresh()
return True
Maybe someone with cvs access could check in this minor correction:
Rgds,
Henrik aka KaarPo
--- src/menu/stack.py 9 Jul 2005 09:08:39 -0000 1.14
+++ src/menu/stack.py 11 Jul 2005 16:27:06 -0000
@@ -304,7 +304,7 @@
event = MENU_PAGEDOWN
if event == MENU_GOTO_MAINMENU:
- while len(self.menustack > 1):
+ while len(self.menustack) > 1:
menu = self.menustack.pop()
self.refresh()
return True
