[PATCH 1/3] Freeze the lvm button when custom partitioning is selected.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 pyanaconda/iw/autopart_type.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pyanaconda/iw/autopart_type.py b/pyanaconda/iw/autopart_type.py
index c50ba49..d69b5f9 100644
--- a/pyanaconda/iw/autopart_type.py
+++ b/pyanaconda/iw/autopart_type.py
@@ -223,6 +223,7 @@ class PartitionTypeWindow(InstallWindow):
             self.reviewButton.set_active(True)
             self.reviewButton.set_sensitive(False)
             self.encryptButton.set_sensitive(False)
+            self.lvmButton.set_sensitive(False)
         else:
             if self.prevrev:
                 self.reviewButton.set_active(self.prevrev)
@@ -230,6 +231,7 @@ class PartitionTypeWindow(InstallWindow):
 
             self.reviewButton.set_sensitive(True)
             self.encryptButton.set_sensitive(True)
+            self.lvmButton.set_sensitive(True)
 
     def getScreen(self, anaconda):
         self.anaconda = anaconda
-- 
1.7.3.4

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux