[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[rhel5-branch] edit partition UI: do not create the "Encrypt" check button twice. (#709361)
- From: Ales Kozumplik <akozumpl redhat com>
- To: anaconda-devel-list redhat com
- Subject: [rhel5-branch] edit partition UI: do not create the "Encrypt" check button twice. (#709361)
- Date: Wed, 1 Jun 2011 14:01:04 +0200
Otherwise there are two instances of it flying around the callbacks.
---
iw/partition_ui_helpers_gui.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/iw/partition_ui_helpers_gui.py b/iw/partition_ui_helpers_gui.py
index 3c15268..6356062 100644
--- a/iw/partition_ui_helpers_gui.py
+++ b/iw/partition_ui_helpers_gui.py
@@ -321,7 +321,6 @@ def createPreExistFSOptionSection(origrequest, maintable, row, mountCombo,
migtypes = origrequest.origfstype.getMigratableFSTargets()
maintable.attach(migraterb, 0, 1, row, row + 1)
- lukscb = gtk.CheckButton(_("_Encrypt"))
migfstypeCombo = createFSTypeMenu(ofstype, None, None,
lukscb = lukscb,
availablefstypes = migtypes)
--
1.7.3.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]