[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/3] Freeze the lvm button when custom partitioning is selected.
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 1/3] Freeze the lvm button when custom partitioning is selected.
- Date: Thu, 16 Jun 2011 14:11:02 -0500
---
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]