~didrocks/ubiquity/intall-metrics

« back to all changes in this revision

Viewing changes to gui/gtk/stepUserInfo.ui

  • Committer: Jean-Baptiste Lallement
  • Date: 2018-02-28 14:58:37 UTC
  • mfrom: (6588.1.3 ubiquity)
  • Revision ID: jean-baptiste.lallement@ubuntu.com-20180228145837-abkjlk4vvb92o1gs
Remove the encrypted userdir option from the gtk installer since
ecryptfs is going to move to universe. The keep the base code in case 
the option is added back later using another technology. Thanks seb128!

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
                <property name="xalign">0</property>
89
89
                <property name="draw_indicator">True</property>
90
90
                <property name="group">login_pass</property>
91
 
                <signal name="clicked" handler="on_authentication_toggled" swapped="no"/>
92
91
              </object>
93
92
              <packing>
94
93
                <property name="expand">False</property>
113
112
                <property name="position">1</property>
114
113
              </packing>
115
114
            </child>
116
 
            <child>
117
 
              <object class="GtkAlignment" id="alignment1">
118
 
                <property name="visible">True</property>
119
 
                <property name="can_focus">False</property>
120
 
                <property name="left_padding">20</property>
121
 
                <child>
122
 
                  <object class="GtkCheckButton" id="login_encrypt">
123
 
                    <property name="label" translatable="yes">Encrypt my home folder</property>
124
 
                    <property name="visible">True</property>
125
 
                    <property name="can_focus">True</property>
126
 
                    <property name="receives_default">False</property>
127
 
                    <property name="use_action_appearance">False</property>
128
 
                    <property name="xalign">0</property>
129
 
                    <property name="draw_indicator">True</property>
130
 
                    <signal name="clicked" handler="on_authentication_toggled" swapped="no"/>
131
 
                  </object>
132
 
                </child>
133
 
              </object>
134
 
              <packing>
135
 
                <property name="expand">False</property>
136
 
                <property name="fill">False</property>
137
 
                <property name="position">2</property>
138
 
              </packing>
139
 
            </child>
140
115
          </object>
141
116
          <packing>
142
117
            <property name="left_attach">1</property>