From: Braden M. <br...@us...> - 2007-04-27 06:58:26
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22336 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Check to make sure we have a root scene thread before joining it. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.159 retrieving revision 1.1310.2.160 diff -C2 -d -r1.1310.2.159 -r1.1310.2.160 *** ChangeLog 27 Apr 2007 03:01:24 -0000 1.1310.2.159 --- ChangeLog 27 Apr 2007 06:58:25 -0000 1.1310.2.160 *************** *** 1,3 **** ! 2007-04-26 Braden McDaniel <br...@en...> gtk_vrml_browser_load_url needs to spawn a new thread. Otherwise --- 1,9 ---- ! 2007-04-27 Braden McDaniel <br...@en...> ! ! * src/libopenvrml/openvrml/browser.cpp ! (openvrml::browser::~browser()): Check to make sure we have a root ! scene thread before joining it. ! ! 2007-04-27 Braden McDaniel <br...@en...> gtk_vrml_browser_load_url needs to spawn a new thread. Otherwise |