[grisbi-cvs] [SCM] grisbi branch, grisbi-1.0.x, updated. upstream_version_0_9_90-28-gfab60f0

NIEL Gérald nobody at users.sourceforge.net
Tue Jan 8 19:50:18 CET 2013


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, grisbi-1.0.x has been updated
       via  fab60f0ef1480421ca2715d6ac75f0675757a196 (commit)
      from  dfce9a6118a27b2d2e2ca8d386e33cc1a711b3e8 (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 fab60f0ef1480421ca2715d6ac75f0675757a196
Author: Gérald Niel <gerald at grisbi.org>
Date:   Tue Jan 8 19:49:28 2013 +0100

    Print environnement variables after init dirs.

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

Changes:
diff --git a/src/main.c b/src/main.c
index cc4e3a0..b77a50c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -256,10 +256,6 @@ void main_mac_osx ( int argc, char **argv )
 
     devel_debug ("main_mac_osx");
 
-#if IS_DEVELOPMENT_VERSION == 1
-    gsb_grisbi_print_environment_var ( );
-#endif
-
     gtk_init ( &argc, &argv );
 
     /* init the app */
@@ -275,6 +271,10 @@ void main_mac_osx ( int argc, char **argv )
     /* initialisation des différents répertoires */
     gsb_dirs_init ( );
 
+#if IS_DEVELOPMENT_VERSION == 1
+    gsb_grisbi_print_environment_var ( );
+#endif
+
     bindtextdomain ( PACKAGE,  gsb_dirs_get_locale_dir ( ) );
     bind_textdomain_codeset ( PACKAGE, "UTF-8" );
     textdomain ( PACKAGE );


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list