[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_1_1_1-19-g103d622

NIEL Gérald nobody at users.sourceforge.net
Thu Jan 10 20:26:07 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, master has been updated
       via  103d622a8a8ef017226a891095cf8d585fadbade (commit)
      from  c05c11e6291ffeb1a5b4a1521cdf71433edf8f13 (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 103d622a8a8ef017226a891095cf8d585fadbade
Author: Gérald Niel <gerald at grisbi.org>
Date:   Thu Jan 10 20:25:12 2013 +0100

    Fix typo (#endif missing at the end of OS_OSX test)

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

Changes:
diff --git a/src/gsb_dirs.c b/src/gsb_dirs.c
index 54aa8e7..ae428e4 100644
--- a/src/gsb_dirs.c
+++ b/src/gsb_dirs.c
@@ -106,6 +106,7 @@ void gsb_dirs_init ( void )
         user_default_dir = g_strdup ( g_get_home_dir() );
     }
 #endif /* OS_OSX */
+#endif
 
     accelerator_filename = g_build_filename ( user_config_dir, "grisbi-accels", NULL );
 }


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list