[master] Don't set iSCSI initiator entry sensitivity to False.

Samantha N. Bueno sbueno+anaconda at redhat.com
Mon Nov 24 19:34:25 UTC 2014


If a user ever adds another iscsi device or has to correct a typo in
the initiator name entry, they won't be able to since its sensitivity
always gets set to False after initially setting the entry text.
---
 pyanaconda/ui/gui/spokes/advstorage/iscsi.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/advstorage/iscsi.py b/pyanaconda/ui/gui/spokes/advstorage/iscsi.py
index d3dbc2a..89239d3 100644
--- a/pyanaconda/ui/gui/spokes/advstorage/iscsi.py
+++ b/pyanaconda/ui/gui/spokes/advstorage/iscsi.py
@@ -155,7 +155,6 @@ class ISCSIDialog(GUIObject):
         self._storeFilter.set_visible_column(1)
 
         self._initiatorEntry.set_text(self.iscsi.initiator)
-        self._initiatorEntry.set_sensitive(not self.iscsi.initiatorSet)
 
     @property
     def selectedNames(self):
-- 
1.9.3



More information about the anaconda-patches mailing list