gnumeric r17037 - in trunk: . src



Author: mortenw
Date: Mon Dec 29 03:16:26 2008
New Revision: 17037
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17037&view=rev

Log:
2008-12-28  Morten Welinder  <terra gnome org>

	* src/libgnumeric.c (gnm_pre_parse_init): Call g_type_init here
	too.  libgoffice_init currently assumes it indirectly.



Modified:
   trunk/ChangeLog
   trunk/src/libgnumeric.c

Modified: trunk/src/libgnumeric.c
==============================================================================
--- trunk/src/libgnumeric.c	(original)
+++ trunk/src/libgnumeric.c	Mon Dec 29 03:16:26 2008
@@ -198,6 +198,7 @@
 #endif
 
 	g_thread_init (NULL);
+	g_type_init ();
 
 	/* On win32 argv contains 'ansi' encoded args.  We need to manually
 	 * pull in the real versions and convert them to utf-8 */



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