From 48548017da638c8191c68af68a9f682f0786f517 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Mon, 30 Aug 2010 14:50:14 +0200 Subject: Add the possibility to disable Back and Abort buttons and use it in openscap --- plugins/openscap_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/openscap_plugin.py') diff --git a/plugins/openscap_plugin.py b/plugins/openscap_plugin.py index 3f76527..6ea4d51 100644 --- a/plugins/openscap_plugin.py +++ b/plugins/openscap_plugin.py @@ -75,7 +75,7 @@ class OpenSCAPPlugin(Plugin): s = self._reporting.config_question_wait("Choose OpenScap profile", "Select desired profile and press OK", all_policies, - options = {"mode": 3}, + options = {"mode": 3, "back": False}, origin = self, level = PLUGIN) if s in (ReturnBack, ReturnAbort): -- cgit