Revision 642373

Go back to digest for 18th March 2007

Other in Office

Cyrille Berger Skott committed changes in /trunk/koffice/libs/kross/ruby/rubyscript.cpp:

ruby scripts are now loaded inside a module which means, that one they are kept in memory (which is cool if they creates Qt Object) and two it should be much easier to call their functions. But currently it crashes if there is an error in the code :/ We need to catch ruby exception before the come back messing with C++, and I need to clean up the mess now.

File Changes

Modified 1 files
  • /trunk/koffice/libs/kross/ruby/rubyscript.cpp
1 files changed in total