goffice r2086 - in trunk: . goffice
- From: jbrefort svn gnome org
- To: svn-commits-list gnome org
- Subject: goffice r2086 - in trunk: . goffice
- Date: Mon, 12 May 2008 11:36:16 +0100 (BST)
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]