From: Braden M. <br...@us...> - 2007-02-03 08:22:45
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32316 Modified Files: ChangeLog Log Message: Fixed PROTO eventIn and eventOut lookup functions to try the "set_" prefix and "_changed" suffix (respectively) when looking up event_listener and event_emitter objects. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1434 retrieving revision 1.1435 diff -C2 -d -r1.1434 -r1.1435 *** ChangeLog 3 Feb 2007 07:41:20 -0000 1.1434 --- ChangeLog 3 Feb 2007 08:22:39 -0000 1.1435 *************** *** 1,4 **** --- 1,18 ---- 2007-02-03 Braden McDaniel <br...@en...> + Fixed PROTO eventIn and eventOut lookup functions to try the + "set_" prefix and "_changed" suffix (respectively) when looking up + event_listener and event_emitter objects. + + * src/libopenvrml/openvrml/browser.cpp + (proto_node::do_event_listener(const std::string &)): Prepend + "set_" to the eventIn name if the passed value is not found in the + eventIn map. + (proto_node::do_event_emitter(const std::string &)): Append + "_changed" to the eventOut name if the passed value is not found + in the eventOut map. + + 2007-02-03 Braden McDaniel <br...@en...> + * configure.ac: Require GLib >= 2.6 since openvrml-gtkplug and openvrml-player use GOption. |