From: Braden M. <br...@us...> - 2007-04-27 06:58:50
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22365 Modified Files: 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.1484 retrieving revision 1.1485 diff -C2 -d -r1.1484 -r1.1485 *** ChangeLog 27 Apr 2007 03:01:38 -0000 1.1484 --- ChangeLog 27 Apr 2007 06:58:50 -0000 1.1485 *************** *** 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 |