diff options
author | Jeremy Katz <katzj@redhat.com> | 2008-04-03 17:01:15 -0400 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2008-04-03 17:03:24 -0400 |
commit | 238a66ecfed1cfd47cc0aed00d8f4981d741bb68 (patch) | |
tree | a4c708120b1f4421c5510d87c19342210f3b8e9a /ui | |
parent | 1e885d027a550ef19287c378496e7f887ece91b9 (diff) | |
download | anaconda-238a66ecfed1cfd47cc0aed00d8f4981d741bb68.tar.gz anaconda-238a66ecfed1cfd47cc0aed00d8f4981d741bb68.tar.xz anaconda-238a66ecfed1cfd47cc0aed00d8f4981d741bb68.zip |
Don't enable encryption by default
While we definitely want encryption to be readily available, turning it
on by default raises too many chances for a user to forget passwords, etc
and so we want them to opt-in to it.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/autopart.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/autopart.glade b/ui/autopart.glade index f607a433d..9378cb65a 100644 --- a/ui/autopart.glade +++ b/ui/autopart.glade @@ -87,7 +87,7 @@ <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> - <property name="active">True</property> + <property name="active">False</property> <property name="inconsistent">False</property> <property name="draw_indicator">True</property> </widget> |