1 May 2008 01:22
goffice r2068 - in trunk: . goffice goffice/graph goffice/utils plugins/plot_xy
<mortenw <at> svn.gnome.org>
2008-04-30 23:22:48 GMT
2008-04-30 23:22:48 GMT
Author: mortenw Date: Wed Apr 30 23:22:48 2008 New Revision: 2068 URL: http://svn.gnome.org/viewvc/goffice?rev=2068&view=rev Log: 2008-04-30 Morten Welinder <terra <at> gnome.org> * */*.[ch]: Make things compile --without-gtk. Docs still do not work right. Modified: trunk/ChangeLog trunk/goffice/goffice.c trunk/goffice/graph/gog-object.h trunk/goffice/graph/gog-renderer.c trunk/goffice/graph/gog-renderer.h trunk/goffice/utils/go-image.c trunk/plugins/plot_xy/gog-xy.c Modified: trunk/goffice/goffice.c ============================================================================== --- trunk/goffice/goffice.c (original) +++ trunk/goffice/goffice.c Wed Apr 30 23:22:48 2008 <at> <at> -107,7 +107,9 <at> <at> /* keep trigger happy linkers from leaving things out */ plugin_services_init (); gog_plugin_services_init (); +#ifdef GOFFICE_HAVE_GTK goc_plugin_services_init ();(Continue reading)
RSS Feed