[grisbi-cvs] [SCM] grisbi branch, grisbi-0.8.x, updated. upstream_version_0_8_4-2-g1468920
Pierre Biava
nobody at users.sourceforge.net
Tue Mar 22 21:08:28 CET 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, grisbi-0.8.x has been updated
via 1468920b0eb12af03bbf1088b9887f2cb7de9d89 (commit)
from 4beb1924d110f522b03fc5bc160fc1f9fa61064d (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 1468920b0eb12af03bbf1088b9887f2cb7de9d89
Author: pbiava <pierre.biava at nerim.net>
Date: Tue Mar 22 21:05:39 2011 +0100
Adding of Data_Path variable to debug
-----------------------------------------------------------------------
Changes:
diff --git a/src/main.c b/src/main.c
index a8ae1ad..32a22fe 100644
--- a/src/main.c
+++ b/src/main.c
@@ -847,6 +847,7 @@ gchar *gsb_main_get_print_dir_var ( void )
"\tC_PATH_CONFIG = %s\n"
"\tC_PATH_CONFIG_ACCELS = %s\n"
"\tC_PATH_DATA_FILES = %s\n\n"
+ "\tDATA_PATH = %s\n\n"
"\tGRISBI_LOCALEDIR = %s\n"
"\tGRISBI_PLUGINS_DIR = %s\n"
"\tGRISBI_PIXMAPS_DIR = %s\n\n",
@@ -856,6 +857,7 @@ gchar *gsb_main_get_print_dir_var ( void )
C_PATH_CONFIG,
C_PATH_CONFIG_ACCELS,
C_PATH_DATA_FILES,
+ DATA_PATH,
tmp_str,
GRISBI_PLUGINS_DIR,
GRISBI_PIXMAPS_DIR );
hooks/post-receive
--
grisbi
More information about the cvs
mailing list