typo in previous commit
This commit is contained in:
parent
b69c7dc632
commit
91b7872ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue