Displaying 1 result from an estimated 1 matches for "menu_choice".
Did you mean:
enum_choice
2011 Aug 10
0
[PATCH] remove network page loop when selecting other pages
..., 5 deletions(-)
diff --git a/scripts/ovirt-config-setup.py b/scripts/ovirt-config-setup.py
index a83e7e8..4bd46d5 100755
--- a/scripts/ovirt-config-setup.py
+++ b/scripts/ovirt-config-setup.py
@@ -1570,13 +1570,12 @@ class NodeConfigScreen():
self.__current_page = menu_choice
if self.net_apply_config == 1:
self.net_apply_config = 0
- self.__current_page = NETWORK_PAGE
elif self.__current_page == NETWORK_DETAILS_PAGE:
if press...