[grisbi-cvs] [SCM] grisbi branch, grisbi-gtk3, updated. grisbi_gtk3_1_3_0-13-gbd1956f

Pierre Biava nobody at users.sourceforge.net
Sat Jan 14 13:27:28 CET 2012


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-gtk3 has been updated
       via  bd1956fce8745c3b22ec7559599199cc8fc1f4da (commit)
      from  c38d05611a3eb429ca0524c162daec614d95de57 (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 bd1956fce8745c3b22ec7559599199cc8fc1f4da
Author: pbiava <pierre.biava at nerim.net>
Date:   Sat Jan 14 13:25:29 2012 +0100

    modification for the management of Home directory for Windows

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

Changes:
diff --git a/src/gsb_dirs.c b/src/gsb_dirs.c
index 3dcb21c..d9a6ac2 100644
--- a/src/gsb_dirs.c
+++ b/src/gsb_dirs.c
@@ -67,7 +67,7 @@ void gsb_dirs_init ( void )
     plugins_dir = g_build_filename ( win32_dir, "lib/grisbi", NULL );
     ui_dir = g_build_filename ( win32_dir, "share/ui", NULL );
 
-    SHGetSpecialFolderPath(0, tcHomePath, CSIDL_PROFILE, FALSE);
+    SHGetSpecialFolderPath ( 0, tcHomePath, CSIDL_PERSONAL, FALSE );
 
     home_dir = g_strdup ( ( gchar *) tcHomePath );
 


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list