typo in previous commit

This commit is contained in:
Ruben Rodriguez 2017-06-18 17:01:47 -04:00
parent b69c7dc632
commit 91b7872ea2

View file

@ -5,7 +5,7 @@ diff -ru source.bak/ubiquity/plugins/ubi-partman.py source/ubiquity/plugins/ubi-
opt_desc.show() opt_desc.show()
opt_widget.set_label(options[option].title) opt_widget.set_label(options[option].title)
opt_desc.set_markup(fmt % options[option].desc) opt_desc.set_markup(fmt % options[option].desc)
+ if name = "use_crypto": + if name == "use_crypto":
+ opt_widget.set_active(True) + opt_widget.set_active(True)
if not ticked and opt_widget.get_sensitive(): if not ticked and opt_widget.get_sensitive():
opt_widget.set_active(True) opt_widget.set_active(True)