Commit 07b1d845 authored by Ivan Tyagov's avatar Ivan Tyagov

Start from more meaningful number of listbox lines (i.e. 1 rather than 0).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39659 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 404bf339
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: [[str(x), str(x)] for x in range(31)]</string> </value> <value> <string>python: [[str(x), str(x)] for x in range(1, 31)]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
592 593
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment