Code review comment for lp://staging/~seb128/ubiquity/remove-ecryptfs-option

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

This diff fixes the build:
=== modified file 'autopilot/ubiquity_autopilot_tests/emulators/gtkcontainers.py'
--- autopilot/ubiquity_autopilot_tests/emulators/gtkcontainers.py 2018-02-28 11:45:21 +0000
+++ autopilot/ubiquity_autopilot_tests/emulators/gtkcontainers.py 2018-02-28 14:19:21 +0000
@@ -270,6 +270,7 @@
         else:
             return False

+
 class GtkAlignment(GtkContainers):
     """ Emulator class for a GtkAlignment instance """
     def __init__(self, *args):

=== modified file 'gui/gtk/stepUserInfo.ui'
--- gui/gtk/stepUserInfo.ui 2018-02-27 14:28:33 +0000
+++ gui/gtk/stepUserInfo.ui 2018-02-28 14:22:16 +0000
@@ -88,7 +88,6 @@
                 <property name="xalign">0</property>
                 <property name="draw_indicator">True</property>
                 <property name="group">login_pass</property>
- <signal name="clicked" handler="on_authentication_toggled" swapped="no"/>
               </object>
               <packing>
                 <property name="expand">False</property>

=== modified file 'ubiquity/plugins/ubi-usersetup.py'
--- ubiquity/plugins/ubi-usersetup.py 2018-02-28 11:41:07 +0000
+++ ubiquity/plugins/ubi-usersetup.py 2018-02-28 14:19:09 +0000
@@ -429,6 +429,7 @@
         else:
             self.resolver_ok = False

+
 class PageKde(PageBase):
     plugin_breadcrumb = 'ubiquity/text/breadcrumb_user'

« Back to merge proposal