goffice r1747 - in trunk: . goffice/component goffice/graph



Author: jdassen
Date: 2007-06-17 13:15:06 +0100 (Sun, 17 Jun 2007)
New Revision: 1747
ViewCVS link: http://svn.gnome.org/viewcvs/goffice?rev=1747&view=rev

Modified:
   trunk/ChangeLog
   trunk/goffice/component/go-component-factory.c
   trunk/goffice/graph/gog-object-xml.c
   trunk/goffice/graph/gog-style.c
   trunk/goffice/graph/gog-view.c
Log:
* goffice/graph/gog-object-xml.c (gog_object_write_xml_sax): fixed
  signedness issue spotted with help of sparse.
* goffice/graph/gog-view.c (gog_view_queue_resize): Made do-while into a
  compound statement. (Silences sparse warning)
* goffice/graph/gog-style.c: Be more consistent in use of enum types.
* goffice/component/go-component-factory.c (go_components_get_mime_types):
  Fixed non-ANSI function declaration by specifying "void" for the parameter
  list, rather than leaving it unspecified.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]