[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9.0-101-g1df9884
Pierre Biava
nobody at users.sourceforge.net
Tue Mar 22 21:48:59 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, master has been updated
via 1df9884f227cd35a1bb579d93e3ae7428857bfad (commit)
from 4edb7ea93d8afb9ba289303d2b282421a1300937 (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 1df9884f227cd35a1bb579d93e3ae7428857bfad
Author: pbiava <pierre.biava at nerim.net>
Date: Tue Mar 22 21:05:39 2011 +0100
Adding of Data_Path variable to debug from 1468920b0eb12af03bbf1088b9887f2cb7de9d89
-----------------------------------------------------------------------
Changes:
diff --git a/src/main.c b/src/main.c
index 668fe27..0e0e279 100644
--- a/src/main.c
+++ b/src/main.c
@@ -831,18 +831,22 @@ 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"
- "\tgsb_dirs_get_locale_dir ( ) = %s\n"
- "\tgsb_dirs_get_plugins_dir ( ) = %s\n"
- "\tgsb_dirs_get_pixmaps_dir ( ) = %s\n\n",
+ "\tDATA_PATH = %s\n\n"
+ "\tGRISBI_LOCALEDIR = %s\n"
+ "\tGRISBI_PLUGINS_DIR = %s\n"
+ "\tGRISBI_PIXMAPS_DIR = %s\n\n",
g_get_user_data_dir ( ),
g_get_user_config_dir ( ),
- C_GRISBIRC ( ),
- C_PATH_CONFIG ( ),
- C_PATH_CONFIG_ACCELS ( ),
- C_PATH_DATA_FILES ( ),
- gsb_dirs_get_locale_dir ( ),
- gsb_dirs_get_plugins_dir ( ),
- gsb_dirs_get_pixmaps_dir ( ) );
+ C_GRISBIRC,
+ C_PATH_CONFIG,
+ C_PATH_CONFIG_ACCELS,
+ C_PATH_DATA_FILES,
+ DATA_PATH,
+ tmp_str,
+ GRISBI_PLUGINS_DIR,
+ GRISBI_PIXMAPS_DIR );
+
+ g_free ( tmp_str );
return path_str;
}
hooks/post-receive
--
grisbi
More information about the cvs
mailing list