Commit b0e585b9 authored by Rafael Monnerat's avatar Rafael Monnerat

Fix name conventions (no plural)

parent ce8de3af
...@@ -69,7 +69,7 @@ return listbox\n ...@@ -69,7 +69,7 @@ return listbox\n
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>TestPageModule_listPreviousChapters</string> </value> <value> <string>TestPageModule_getPreviousChapterList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <string>TestPageModule_listPreviousChapters</string> </value> <value> <string>TestPageModule_getPreviousChapterList</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
23 24
\ 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