From: Braden M. <br...@us...> - 2007-02-05 07:08:47
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16471 Modified Files: ChangeLog Log Message: Dismiss the error_guard when returning frommain prematurely (but without a GError). Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1440 retrieving revision 1.1441 diff -C2 -d -r1.1440 -r1.1441 *** ChangeLog 5 Feb 2007 05:36:10 -0000 1.1440 --- ChangeLog 5 Feb 2007 07:08:43 -0000 1.1441 *************** *** 1,2 **** --- 1,8 ---- + 2007-02-05 Braden McDaniel <br...@en...> + + * src/openvrml-xembed/main.cpp + (main(int, char *[])): Dismiss the error_guard when returning from + main prematurely (but without a GError). + 2007-02-04 Braden McDaniel <br...@en...> |