[PATCH 2/2] Set cancel button to be sensitive if a DASD is not discovered. (#1070115)

Samantha N. Bueno sbueno+anaconda at redhat.com
Mon Sep 22 14:34:34 UTC 2014


Related: rhbz#1070115
---
 pyanaconda/ui/gui/spokes/advstorage/dasd.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/ui/gui/spokes/advstorage/dasd.py b/pyanaconda/ui/gui/spokes/advstorage/dasd.py
index b587cd6..88e1a01 100644
--- a/pyanaconda/ui/gui/spokes/advstorage/dasd.py
+++ b/pyanaconda/ui/gui/spokes/advstorage/dasd.py
@@ -89,6 +89,7 @@ class DASDDialog(GUIObject):
             self.builder.get_object("deviceErrorLabel").set_text(_config_error)
             self._conditionNotebook.set_current_page(2)
             self._configureGrid.set_sensitive(True)
+            self._cancelButton.set_sensitive(True)
             return
 
         self._spinner.start()
-- 
1.9.3



More information about the anaconda-patches mailing list