[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_4-8-g8ee9e79

Pierre Biava nobody at users.sourceforge.net
Tue Sep 20 20:20:26 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  8ee9e790263785e05a63af8036bf4e2e0500043e (commit)
      from  5f6b39676caf125194ca3c62553f18070a6bfe4e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8ee9e790263785e05a63af8036bf4e2e0500043e
Author: pbiava <pierre.biava at nerim.net>
Date:   Tue Sep 20 16:40:29 2011 +0200

    main.c: add graph for Mac OSX

-----------------------------------------------------------------------

Changes:
diff --git a/src/main.c b/src/main.c
index 367229d..74a0d3e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -260,6 +260,13 @@ void main_mac_osx ( int argc, char **argv )
 
     gtk_init ( &argc, &argv );
 
+#ifdef HAVE_GOFFICE
+    /* initialisation libgoffice */
+    libgoffice_init ( );
+	/* Initialize plugins manager */
+	go_plugins_init (NULL, NULL, NULL, NULL, TRUE, GO_TYPE_PLUGIN_LOADER_MODULE);
+#endif
+
     /* init the app */
     theApp = g_object_new ( GTK_TYPE_OSX_APPLICATION, NULL );
 
@@ -340,6 +347,11 @@ void main_mac_osx ( int argc, char **argv )
 
     g_object_unref ( theApp );
 
+#ifdef HAVE_GOFFICE
+    /* liberation libgoffice */
+    libgoffice_shutdown ( );
+#endif
+
 #endif /* GTKOSXAPPLICATION */
 }
 


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list