edit partition UI: do not create the "Encrypt" check button twice. (#709361)
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
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list