GNOME Bugzilla – Bug 412804
python plugin: Incorrect Function Description
Last modified: 2007-09-10 08:20:33 UTC
Please describe the problem: The descriptions of python functions do not show up correctly in the "Function Selector" (Insert/Function). Only "Incorrect Function Description." is displayed. I tested this with Gnumeric 1.6.3 but according to the definition of python_function_get_gnumeric_help in /plugins/python-loader/python-loader.c this behaviour should also occur in the svn-version. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 83495 [details] changed function_get_gnumeric_help I changed function_get_gnumeric_help in order to work with the new GnmFuncHelp struct. I only tested this with the source of 1.6.3 but i think it should also work with more recent versions. Maybe someone can look it over to see if it really does the right thing ...
Created attachment 83526 [details] [review] same as above, but now as diff
Comment on attachment 83526 [details] [review] same as above, but now as diff I put in a similar patch for 1.7.11. Thank you.
*** Bug 400013 has been marked as a duplicate of this bug. ***