goffice r2086 - in trunk: . goffice



Author: jbrefort
Date: Mon May 12 10:36:16 2008
New Revision: 2086
URL: http://svn.gnome.org/viewvc/goffice?rev=2086&view=rev

Log:
2008-05-12  Jean Brefort  <jean brefort normalesup org>

	* goffice/goffice.c: (libgoffice_init): call go_conf_init,
	(libgoffice_shutdown): call go_conf_shutdown.



Modified:
   trunk/ChangeLog
   trunk/goffice/goffice.c

Modified: trunk/goffice/goffice.c
==============================================================================
--- trunk/goffice/goffice.c	(original)
+++ trunk/goffice/goffice.c	Mon May 12 10:36:16 2008
@@ -101,6 +101,7 @@
 
 	bindtextdomain (GETTEXT_PACKAGE, libgoffice_locale_dir);
 	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
+	go_conf_init ();
 	go_fonts_init ();
 	go_math_init ();
 	gsf_init ();
@@ -139,6 +140,7 @@
 {
 	gog_themes_shutdown ();
 	go_fonts_shutdown ();
+	go_conf_shutdown ();
 #ifdef GOFFICE_WITH_GTK
 	goc_plugin_services_shutdown ();
 #endif



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