From: <br...@us...> - 2008-08-14 03:15:33
|
Revision: 3511 http://openvrml.svn.sourceforge.net/openvrml/?rev=3511&view=rev Author: braden Date: 2008-08-14 03:15:43 +0000 (Thu, 14 Aug 2008) Log Message: ----------- Fixed invocation of G_DEFINE_TYPE to point at the parent type. Modified Paths: -------------- trunk/ChangeLog trunk/src/openvrml-xembed/gtkvrmlbrowser.cpp Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-08-13 14:50:34 UTC (rev 3510) +++ trunk/ChangeLog 2008-08-14 03:15:43 UTC (rev 3511) @@ -1,3 +1,8 @@ +2008-08-13 Braden McDaniel <br...@en...> + + * src/openvrml-xembed/gtkvrmlbrowser.cpp: Fixed invocation of + G_DEFINE_TYPE to point at the parent type. + 2008-08-12 Braden McDaniel <br...@en...> Updates for 0.17.7 release. Modified: trunk/src/openvrml-xembed/gtkvrmlbrowser.cpp =================================================================== --- trunk/src/openvrml-xembed/gtkvrmlbrowser.cpp 2008-08-13 14:50:34 UTC (rev 3510) +++ trunk/src/openvrml-xembed/gtkvrmlbrowser.cpp 2008-08-14 03:15:43 UTC (rev 3511) @@ -36,7 +36,7 @@ G_DEFINE_TYPE(GtkVrmlBrowser, gtk_vrml_browser, - GTK_TYPE_VRML_BROWSER) + GTK_TYPE_DRAWING_AREA) extern "C" { G_GNUC_INTERNAL gboolean gtk_vrml_browser_destroy(GtkWidget * widget, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |