diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/ListBoxZuite_reset.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/ListBoxZuite_reset.xml
index e138b1bc52aac07d1b9eb39133a62ecfe55fb7b6..3e8218fa7955d1716f8b80cff3f8378711a2cc82 100644
--- a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/ListBoxZuite_reset.xml
+++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/ListBoxZuite_reset.xml
@@ -2,10 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
-        <tuple/>
-      </tuple>
+      <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -111,6 +108,7 @@ resetSelection(\'bar_selection\')\n
 pref = getattr(context.portal_preferences, "erp5_ui_test_preference", None)\n
 if pref is None:\n
   pref = context.portal_preferences.newContent(id="erp5_ui_test_preference", portal_type="Preference")\n
+pref.setPreferredListboxViewModeLineCount(None)\n
 pref.setPreferredListboxListModeLineCount(10)\n
 if pref.getPreferenceState() == \'disabled\':\n
   pref.enable()\n
diff --git a/bt5/erp5_ui_test/bt/revision b/bt5/erp5_ui_test/bt/revision
index c5ba36b3c368d99de88c947ec0246108d02a86ab..24c5507b23c0f31b724642a81eefdd7cb9f8af04 100644
--- a/bt5/erp5_ui_test/bt/revision
+++ b/bt5/erp5_ui_test/bt/revision
@@ -1 +1 @@
-632
\ No newline at end of file
+633
\ No newline at end of file