Displaying 1 result from an estimated 1 matches for "support_pag".
Did you mean:
support_page
2011 Aug 10
0
[PATCH] remove network page loop when selecting other pages
...1:
self.__current_page = NETWORK_DETAILS_PAGE
else:
- self.__current_page = NETWORK_PAGE
+ self.__current_page = menu_choice
elif self.__current_page == SUPPORT_PAGE:
log("pressed: " + str(pressed))
if pressed == SHELL_BUTTON:
diff --git a/scripts/ovirtfunctions.py b/scripts/ovirtfunctions.py
index ae3c013..14c7b44 100644
--- a/scripts/ovirtfunctions.py
+++ b/scripts/ovirtfunctions.py
@@ -142,8...