Commit f2bf9763 authored by Mame Coumba Sall's avatar Mame Coumba Sall

Rename listbox method to respect naming convention

parent 610ea2c9
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>return context.Listbox_initializeFastInputDocumentList(\n <value> <string>return context.Base_createFastInputDocumentList(\n
empty_line_number=10, **kw)\n empty_line_number=10, **kw)\n
</string> </value> </string> </value>
</item> </item>
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>return context.Listbox_initializeFastInputDocumentList(\n <value> <string>return context.Base_createFastInputDocumentList(\n
listbox_id=\'preview_listbox\', empty_line_number=0, **kw)\n listbox_id=\'preview_listbox\', empty_line_number=0, **kw)\n
</string> </value> </string> </value>
</item> </item>
......
672 673
\ 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