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